Skip to content

Commit ebbda17

Browse files
Update main.yml
1 parent 47c9af8 commit ebbda17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Phigaro Tests
44
on:
55
push:
66
paths-ignore:
7-
# - '.github/**'
7+
- '.github/**'
88
- 'README.md'
99
- 'version_tracker.md'
1010

@@ -45,7 +45,7 @@ jobs:
4545
ls /home/outpy${{ matrix.python-version }}
4646
4747
upload_to_pypi:
48-
# if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
48+
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
4949
needs: test_at_python
5050
runs-on: ubuntu-latest
5151

0 commit comments

Comments
 (0)