Skip to content

Commit 1dc8d24

Browse files
committed
fix: Remove path filters to allow workflow to trigger on all pushes
- Removed restrictive path filters - Workflow will now trigger on any push to main branch - Can still be triggered manually via workflow_dispatch
1 parent feaf334 commit 1dc8d24

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- 'phantom.js'
9-
- 'phantom.test.js'
10-
- 'scripts/package.json'
11-
- '.github/workflows/main.yml'
127
workflow_dispatch:
138

149
jobs:

0 commit comments

Comments
 (0)