Skip to content

Commit 3e0807b

Browse files
committed
(Hopefully) fix paths.
1 parent be7da78 commit 3e0807b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/debug_fasp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: CI - debug_fasp
33
on:
44
pull_request:
55
paths:
6-
- "/debug_fasp"
6+
- "debug_fasp/**"
77
push:
88
branches: [ main ]
99
paths:
10-
- "/debug_fasp"
10+
- "debug_fasp/**"
1111

1212
defaults:
1313
run:

.github/workflows/fasp_base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: CI fasp_base
33
on:
44
pull_request:
55
paths:
6-
- "/fasp_base"
6+
- "fasp_base/**"
77
push:
88
branches: [ main ]
99
paths:
10-
- "/fasp_base"
10+
- "fasp_base/**"
1111

1212
defaults:
1313
run:

0 commit comments

Comments
 (0)