Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ltan02 committed Mar 25, 2024
1 parent 176b625 commit efb78a8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ name: Deploy Application

on:
workflow_run:
workflows: ["Build Pipeline"]
types: [completed]
branches: [ main ]
workflows:
- "Build Pipeline"
types:
- completed
branches:
- main
branches-ignore:
- "!main"

jobs:
setup:
Expand Down

0 comments on commit efb78a8

Please sign in to comment.