Skip to content

Commit

Permalink
chore(pipeline): moved workflow_dispatch
Browse files Browse the repository at this point in the history
SUITEDEV-35237

Co-authored-by: LasOri <[email protected]>
Co-authored-by: megamegax <[email protected]>
  • Loading branch information
3 people committed Feb 27, 2024
1 parent 86f8752 commit acf5cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push_workflow_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: New on commit workflow
on:
pull_request:
types: [ opened, reopened, synchronize ]
workflow_dispatch:
push:
branches-ignore:
- 'dependabot/**'
workflow_dispatch:

env:
USE_LOCAL_DEPENDENCY: ${{ vars.USE_LOCAL_DEPENDENCY }}
Expand Down

0 comments on commit acf5cea

Please sign in to comment.