Skip to content

Commit

Permalink
Remove guard
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Sep 11, 2024
1 parent b4e465e commit a408cb9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ jobs:
deploy:
needs: [test]
runs-on: ubuntu-latest
# Run on a push to a tag or main
if: >
github.event_name == 'push' &&
(startsWith(github.event.ref, 'refs/tags') ||
github.event.ref == 'refs/heads/main')
steps:
- name: Set up Python 3.11
uses: actions/setup-python@v5
Expand Down

0 comments on commit a408cb9

Please sign in to comment.