Skip to content

Commit

Permalink
remove deploy workflow not required condition
Browse files Browse the repository at this point in the history
  • Loading branch information
cccaballero committed Dec 19, 2023
1 parent fb20a23 commit 610e22d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ permissions:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' && startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 610e22d

Please sign in to comment.