Skip to content

Commit c0d93f8

Browse files
committed
updating CI triggering paths
1 parent c5198d1 commit c0d93f8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- dot
77
tags:
88
- "quaddtype-v*"
9-
# paths:
10-
# - "quaddtype/**"
9+
paths:
10+
- "quaddtype/**"
11+
- ".github/workflows"
1112
pull_request:
12-
# paths:
13-
# - "quaddtype/**"
13+
paths:
14+
- "quaddtype/**"
15+
- ".github/workflows"
1416
workflow_dispatch:
1517

1618
jobs:

0 commit comments

Comments
 (0)