Skip to content

Commit

Permalink
ci: workflow branch code updated (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roopan-Microsoft authored Nov 25, 2024
1 parent 4cf2972 commit 9158819
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@ name: Build Docker Images

on:
push:
branches: [main, dev, demo]
branches:
- main
- dev
- demo
workflow_run:
workflows: [Tests]
types: [completed]
branches: [main, dev, demo]
branches:
- main
- dev
- demo
pull_request:
branches: [main, dev, demo]
branches:
- main
- dev
- demo
types:
- opened
- ready_for_review
Expand Down

0 comments on commit 9158819

Please sign in to comment.