Skip to content

Commit b63f62d

Browse files
committed
ci(keyring): Update path filters for keyring to any file extension, not just .py
1 parent 63d1e63 commit b63f62d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-keyring.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
push:
55
paths:
66
- ".github/workflows/test-keyring.yaml"
7-
- "src/artifacts-helper/codespaces_artifacts_helper_keyring/**.py"
7+
- "src/artifacts-helper/codespaces_artifacts_helper_keyring/**"
88

99
pull_request:
1010
branches:
1111
- main
1212
paths:
1313
- ".github/workflows/test-keyring.yaml"
14-
- "src/artifacts-helper/codespaces_artifacts_helper_keyring/**.py"
14+
- "src/artifacts-helper/codespaces_artifacts_helper_keyring/**"
1515

1616
defaults:
1717
run:

0 commit comments

Comments
 (0)