We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9780615 commit 0d2a359Copy full SHA for 0d2a359
1 file changed
.github/workflows/create-tag-on-merge.yml
@@ -8,7 +8,9 @@ on:
8
paths:
9
- src/**
10
- dist/**
11
+ - scripts/**
12
- package*.json
13
+ - action.yml
14
15
env:
16
SLACK_WEBHOOK: ${{ secrets.SLACK_WORKFLOWS_DEPLOYMENT_WEBHOOK }}
0 commit comments