We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efee3f8 commit 52a53cdCopy full SHA for 52a53cd
.github/workflows/python-package.yml
@@ -6,10 +6,10 @@ name: Python package
6
on:
7
push:
8
branches: [ "main" ]
9
- paths: ['src_py/magnethub/', 'tests/']
+ paths: ['src_py/magnethub/**', 'tests/**']
10
pull_request:
11
12
13
14
# Allows you to run this workflow manually from the Actions tab
15
workflow_dispatch:
0 commit comments