Skip to content

Fix broken links (#1085) #6

Fix broken links (#1085)

Fix broken links (#1085) #6

Workflow file for this run

name: push
on:
push:
branches: [ "main", "release-*" ]
jobs:
builds:
uses: ./.github/workflows/_build-push-release.yaml
integrations:
needs: builds
uses: ./.github/workflows/_integration-tests-push.yaml
upgrades:
needs: builds
uses: ./.github/workflows/_upgrade-tests.yaml