Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PollyTikhonova authored Jul 8, 2020
1 parent 47c9af8 commit ebbda17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Phigaro Tests
on:
push:
paths-ignore:
# - '.github/**'
- '.github/**'
- 'README.md'
- 'version_tracker.md'

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

Expand Down

0 comments on commit ebbda17

Please sign in to comment.