ffs
This commit is contained in:
parent
e1ce98534f
commit
5a090d8d8f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -148,7 +148,7 @@ jobs:
|
||||||
- static
|
- static
|
||||||
- upgrade
|
- upgrade
|
||||||
- test
|
- 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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Reference in a new issue