Skip to content

Commit 550140b

Browse files
authored
Update branch condition for create_release job
1 parent f3135c1 commit 550140b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
create_release:
2626
needs: build_pdf
27-
if: ${{ github.ref == 'refs/heads/2025' }}
27+
if: ${{ github.ref == 'refs/heads/2026' }}
2828
runs-on: ubuntu-latest
2929
permissions:
3030
contents: write

0 commit comments

Comments
 (0)