Skip to content

Commit 52a53cd

Browse files
committedMay 17, 2024
try fixing trigger event for github actions during pull requests
1 parent efee3f8 commit 52a53cd

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)