Skip to content

Commit d81a07a

Browse files
authored
Don't run if base ref is main
1 parent dce43d7 commit d81a07a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-pre-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818
jobs:
1919

2020
deploy-pre-release:
21+
if: github.ref_name != 'main'
2122
runs-on: ubuntu-22.04
2223
steps:
2324
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."

0 commit comments

Comments
 (0)