Skip to content

Commit 0352f90

Browse files
committed
Skip deploy on version bump commits
1 parent c37b153 commit 0352f90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
test:
3535
name: Test
3636
runs-on: ubuntu-latest
37+
if: ${{ github.event_name != 'push' || github.event.head_commit.message != 'Update package version' }}
3738

3839
steps:
3940
- name: Checkout code

0 commit comments

Comments
 (0)