Skip to content

Commit 71b1270

Browse files
committed
Remove check for push
1 parent 9b4ac33 commit 71b1270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
release:
1313
# https://github.community/t/how-do-i-specify-job-dependency-running-in-another-workflow/16482
1414
# 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):')
15+
if: github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'chore(release):')
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout code

0 commit comments

Comments
 (0)