argh...
This commit is contained in:
parent
071ec7aa23
commit
8385d87d7a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -147,7 +147,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
|
||||
|
|
Reference in a new issue