diff --git a/.github/workflows/compiler.yml b/.github/workflows/compiler.yml index 2956d7012..dd0d74b13 100644 --- a/.github/workflows/compiler.yml +++ b/.github/workflows/compiler.yml @@ -2,7 +2,7 @@ name: Continuous integration - compiler on: push: - branches: [ master ] + branches: [ main ] pull_request: env: @@ -12,7 +12,7 @@ jobs: conditions: runs-on: ubuntu-20.04 outputs: - proceed: ${{ steps.interface-changes.outputs.any_changed == 'true' || github.ref == 'refs/heads/master' }} + proceed: ${{ steps.interface-changes.outputs.any_changed == 'true' || github.ref == 'refs/heads/main' }} steps: - name: Code checkout uses: actions/checkout@v3 diff --git a/.github/workflows/optimizer.yml b/.github/workflows/optimizer.yml index 17df59016..5903a766f 100644 --- a/.github/workflows/optimizer.yml +++ b/.github/workflows/optimizer.yml @@ -2,7 +2,7 @@ name: Continuous integration on: push: - branches: [ master ] + branches: [ main ] pull_request: env: