Skip to content

Commit

Permalink
[TASK] Fix event condition (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft authored Apr 2, 2022
1 parent 469081a commit 385d345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -544,5 +544,5 @@ jobs:
name: Deployment
needs:
- tests
if: ${{ github.github.event_name == 'push' }}
if: ${{ github.event_name == 'push' }}
uses: ./.github/workflows/deployment.yml

0 comments on commit 385d345

Please sign in to comment.