Skip to content

Commit

Permalink
Don't run if base ref is main
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 authored May 12, 2023
1 parent dce43d7 commit d81a07a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
jobs:

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

0 comments on commit d81a07a

Please sign in to comment.