We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37b153 commit 0352f90Copy full SHA for 0352f90
1 file changed
.github/workflows/deploy.yml
@@ -34,6 +34,7 @@ jobs:
34
test:
35
name: Test
36
runs-on: ubuntu-latest
37
+ if: ${{ github.event_name != 'push' || github.event.head_commit.message != 'Update package version' }}
38
39
steps:
40
- name: Checkout code
0 commit comments