diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 11b30232..a5e05302 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -148,7 +148,7 @@ jobs: - static - upgrade - test - if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/branch-2') + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/branch-2') steps: - name: Checkout uses: actions/checkout@v4