Skip to content

Commit 71a0805

Browse files
committed
fix: move if check
1 parent ac13e11 commit 71a0805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
needs:
6060
- test
6161
concurrency: release
62+
if: github.ref == 'refs/heads/main'
6263
permissions:
6364
id-token: write
6465
environment:
@@ -72,7 +73,6 @@ jobs:
7273

7374
- name: Python Semantic Release
7475
id: release
75-
if: github.ref == 'refs/heads/main'
7676
uses: python-semantic-release/[email protected]
7777
with:
7878
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)