Skip to content

Commit

Permalink
build on pushes to solaris branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dosullivan committed Oct 18, 2024
1 parent 9f9bc3e commit 089fe93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-push-to-prod-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Prod Build of azimuth-cli
on:
workflow_dispatch:

push:
branches:
- solaris

jobs:
build_prod_images:
environment: prod
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-and-push-to-test-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Staging Build of azimuth-cli
on:
workflow_dispatch:

push:
branches:
- solaris

jobs:
build_test_images:
environment: test
Expand Down

0 comments on commit 089fe93

Please sign in to comment.