Skip to content

Commit c35c930

Browse files
committed
Tweak github action used to detect changed paths on push/pull request
1 parent 642888a commit c35c930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
stackhpc:
6565
#- '**'
6666
#- '!dev/**'
67-
- 'dev/setup-env.sh'
67+
- 'dev/setup-env.sh___TMP_WILL_NOT_MATCH'
6868
#- '!docs/**'
6969
#- '!README.md'
7070
#- '!.gitignore'
@@ -84,7 +84,7 @@ jobs:
8484
stackhpc:
8585
- '**'
8686
- '!dev/**'
87-
- '!**.md'
87+
- '!**/*.md'
8888
- '!.gitignore'
8989
- '!.github/workflows/'
9090

0 commit comments

Comments
 (0)