Skip to content

Commit

Permalink
Remove condition for deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleberti committed Aug 14, 2024
1 parent 7b6163e commit 9af1ff0
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 @@ -8,7 +8,6 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 9af1ff0

Please sign in to comment.