Skip to content

Commit

Permalink
[TASK] Fix event condition (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft authored Apr 2, 2022
1 parent 5257d7a commit 469081a
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: startsWith(github.event.workflow_run.event, 'push')
if: ${{ github.github.event_name == 'push' }}
uses: ./.github/workflows/deployment.yml

0 comments on commit 469081a

Please sign in to comment.