Skip to content

Commit

Permalink
Apply CD when bicep changes
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Shen <[email protected]>
  • Loading branch information
mjlshen committed Jul 8, 2024
1 parent a754f89 commit ff83d37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/aro-hcp-dev-env-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
- main
paths:
- '.github/workflows/aro-hcp-dev-env-cd.yml'
- 'dev-infrastructure/**/*.bicep'
- 'dev-infrastructure/**/*.bicepparam'
- 'frontend/**'
- 'cluster-service/**'
- 'internal/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/bicep-what-if.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
paths:
- 'dev-infrastructure/**/*.bicep'
- 'dev-infrastructure/**/*.bicepparam'
- '.github/workflows/bicep-what-if.yml'
- '.github/workflows/aro-hcp-dev-env-cd.yml'

Expand Down
Empty file removed dev-infrastructure/.gitkeep
Empty file.

0 comments on commit ff83d37

Please sign in to comment.