Skip to content

Commit 57bf3fa

Browse files
RobertRostoharflit
andauthored
Update workflow to trigger on all workflow files
Co-authored-by: Chris Reed <chris.reed@arm.com>
1 parent 0d61470 commit 57bf3fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ name: Build wheels
66
on:
77
push:
88
paths:
9-
- '.github/workflows'
9+
- '.github/workflows/**'
1010
- 'src/**'
1111
- 'setup.*'
1212
- 'pyproject.toml'
1313
pull_request:
1414
paths:
15-
- '.github/workflows'
15+
- '.github/workflows/**'
1616
- 'src/**'
1717
- 'setup.*'
1818
- 'pyproject.toml'

0 commit comments

Comments
 (0)