Skip to content

Commit feaf334

Browse files
committed
fix: Add workflow_dispatch and include workflow file in trigger paths
- Added workflow_dispatch for manual triggering - Added .github/workflows/main.yml to trigger paths - Now workflow can be triggered manually or when workflow file changes
1 parent d97caba commit feaf334

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- 'phantom.js'
99
- 'phantom.test.js'
1010
- 'scripts/package.json'
11+
- '.github/workflows/main.yml'
12+
workflow_dispatch:
1113

1214
jobs:
1315
ci-cd:

0 commit comments

Comments
 (0)