Skip to content

Commit 4531d42

Browse files
committed
Tweak github action used to detect changed paths on push/pull request
1 parent b29f846 commit 4531d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- '!dev/**'
8383
- '!**/*.md'
8484
- '!.gitignore'
85-
- '!.github/workflows/'
85+
- '!.github/workflows/**'
8686
8787
- name: Paths matched output
8888
# NOTE: This is a debug step, it prints the paths that matched the filters

0 commit comments

Comments
 (0)