This commit is contained in:
Shish 2024-04-13 23:34:42 +01:00 committed by Shish
parent 071ec7aa23
commit 8385d87d7a

View file

@ -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