Skip to content

Commit 838adee

Browse files
committed
updating CI triggering paths
1 parent c0d93f8 commit 838adee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
- "quaddtype-v*"
99
paths:
1010
- "quaddtype/**"
11-
- ".github/workflows"
11+
- ".github/workflows/**"
1212
pull_request:
1313
paths:
1414
- "quaddtype/**"
15-
- ".github/workflows"
15+
- ".github/workflows/**"
1616
workflow_dispatch:
1717

1818
jobs:

0 commit comments

Comments
 (0)