We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c9af8 commit ebbda17Copy full SHA for ebbda17
.github/workflows/main.yml
@@ -4,7 +4,7 @@ name: Phigaro Tests
4
on:
5
push:
6
paths-ignore:
7
-# - '.github/**'
+ - '.github/**'
8
- 'README.md'
9
- 'version_tracker.md'
10
@@ -45,7 +45,7 @@ jobs:
45
ls /home/outpy${{ matrix.python-version }}
46
47
upload_to_pypi:
48
-# if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
+ if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
49
needs: test_at_python
50
runs-on: ubuntu-latest
51
0 commit comments