Skip to content

Commit 8ede57f

Browse files
authoredMay 17, 2024
Merge branch 'main' into main
2 parents 6a7e34a + 52a53cd commit 8ede57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/python-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ name: Python package
66
on:
77
push:
88
branches: [ "main" ]
9-
paths: ['src_py/magnethub/', 'tests/']
9+
paths: ['src_py/magnethub/**', 'tests/**']
1010
pull_request:
1111
branches: [ "main" ]
12-
paths: ['src_py/magnethub/', 'tests/']
12+
paths: ['src_py/magnethub/**', 'tests/**']
1313

1414
# Allows you to run this workflow manually from the Actions tab
1515
workflow_dispatch:

0 commit comments

Comments
 (0)