Skip to content

Commit 45b1504

Browse files
committed
chore: only run release on main
1 parent e9d3c18 commit 45b1504

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on: push
33
jobs:
44
release:
55
runs-on: ubuntu-latest
6+
if: github.ref == 'refs/heads/main'
67
strategy:
78
max-parallel: 1
89
needs: test

0 commit comments

Comments
 (0)