Skip to content

Commit 2f698a3

Browse files
committed
Tweak github action used to detect changed paths on push/pull request
1 parent 8131025 commit 2f698a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ jobs:
8484
stackhpc:
8585
- '**'
8686
- '!dev/**'
87-
- '!docs/**'
88-
- '!README.md'
87+
- '!**.md'
8988
- '!.gitignore'
9089
- '!.github/workflows/'
9190

0 commit comments

Comments
 (0)