Skip to content

Commit fd0de53

Browse files
committed
fix: include 'scripts/**' path in trigger for create-tag-on-merge workflow
1 parent 9780615 commit fd0de53

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)