Skip to content

Commit 0d2a359

Browse files
authored
fix: include 'scripts/**' path in trigger for create-tag-on-merge workflow (#410)
1 parent 9780615 commit 0d2a359

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-tag-on-merge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
paths:
99
- src/**
1010
- dist/**
11+
- scripts/**
1112
- package*.json
13+
- action.yml
1214

1315
env:
1416
SLACK_WEBHOOK: ${{ secrets.SLACK_WORKFLOWS_DEPLOYMENT_WEBHOOK }}

0 commit comments

Comments
 (0)