Skip to content

Commit bc0eef1

Browse files
authored
Merge pull request #222 from jorenham/fix-ci-typecheck-path
CI: fix inclusion path in typecheck workflow
2 parents 48d2f42 + 17fb734 commit bc0eef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
paths:
77
- .github/workflows/typecheck.yml
8-
- quaddtype/numpy_quaddtype/*
8+
- quaddtype/numpy_quaddtype/**
99
- quaddtype/meson.build
1010
- quaddtype/pyproject.toml
1111
workflow_dispatch:

0 commit comments

Comments
 (0)