Skip to content

Commit

Permalink
Complete 'Github Actions' configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Jul 19, 2023
1 parent 902e136 commit 35732ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
pre-deploy:
name: 'Pre-deploy'
runs-on: ubuntu-latest
# needs: test
needs: test
if: github.event_name == 'push' && github.ref_type == 'tag'
steps:
- name: '_'
Expand Down

0 comments on commit 35732ce

Please sign in to comment.