Skip to content

Commit

Permalink
chore(cd): workflow run branches
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyoslav committed Jun 22, 2024
1 parent e491e75 commit fb4b7b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
workflow_run:
workflows: [ 'Build' ]
types: [ completed ]
branches:
- main
- 'feat/ci-cd'
jobs:
pull:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fb4b7b3

Please sign in to comment.