We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9592e45 commit 5d62018Copy full SHA for 5d62018
1 file changed
.github/workflows/lint-and-test-python.yml
@@ -3,7 +3,11 @@
3
4
name: Lint and test python
5
6
-on: [push]
+on:
7
+ push:
8
+ paths:
9
+ - 'src/**'
10
+ - 'tests/**'
11
12
jobs:
13
build:
@@ -31,8 +35,3 @@ jobs:
31
35
- name: Test with unittest
32
36
run: |
33
37
python3 -m unittest discover -s tests -v
34
- # - name: Commit & Push changes
- # uses: actions-js/push@master
- # with:
- # github_token: ${{ secrets.GITHUB_TOKEN }}
38
- # branch: ${{ github.ref }}
0 commit comments