Skip to content

Commit 6f7fbde

Browse files
authored
fix: Removes path-ignore statements (#543)
Since you can only have 'paths' OR 'paths-ignore', we'll remove 'paths-ignore' from the pull_request and push events. (Invalid workflow file you may only define one of `paths` and `paths-ignore` for a single event)
1 parent e6ba1b7 commit 6f7fbde

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/playwright.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ on:
2424
- 'e2e/samples.spec.ts'
2525
- 'playwright.config.ts'
2626
- 'package.json'
27-
paths-ignore:
28-
- '.github/dependabot.yml'
29-
- 'package-lock.json'
3027
push:
3128
branches:
3229
- main
@@ -35,9 +32,6 @@ on:
3532
- 'e2e/samples.spec.ts'
3633
- 'playwright.config.ts'
3734
- 'package.json'
38-
paths-ignore:
39-
- '.github/dependabot.yml'
40-
- 'package-lock.json'
4135
schedule:
4236
- cron: "0 12 * * *"
4337

0 commit comments

Comments
 (0)