Skip to content

Commit

Permalink
Run CI/CD on "push" and "workflow_dispatch" (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Jul 28, 2022
1 parent 6864314 commit 132169c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
cancel_others: ${{ env.CANCEL_OTHERS }}
paths_ignore: ${{ env.PATHS_IGNORE }}
do_not_skip: '["push", "workflow_dispatch"]'

- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
name: Checkout Code Repository
Expand Down

0 comments on commit 132169c

Please sign in to comment.