We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4ac33 commit 71b1270Copy full SHA for 71b1270
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
release:
13
# https://github.community/t/how-do-i-specify-job-dependency-running-in-another-workflow/16482
14
# limit this to being run on regular commits, not the commits that semantic-release will create
15
- if: github.event_name == 'push' && github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'chore(release):')
+ if: github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'chore(release):')
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout code
0 commit comments