Skip to content

Commit

Permalink
Change int ref branch to main (#291)
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Trouth <[email protected]>
Co-authored-by: Eric Rosas <[email protected]>
  • Loading branch information
3 people authored Oct 22, 2024
1 parent c378376 commit a6987da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- "develop"
- "master"
- 'main'
tags:
- "v*"
Expand All @@ -27,7 +26,7 @@ jobs:
if ${{ github.ref_type == 'tag'}}; then
environment_name="prod"
credentials_json='${{ secrets.PIPELINE_EPO_PROD_PROJECT }}'
elif ${{ contains(github.ref_name, 'master') || contains(github.base_ref, 'master') }}; then
elif ${{ contains(github.ref_name, 'main') || contains(github.base_ref, 'main') }}; then
environment_name="int"
credentials_json='${{ secrets.SKYVIEWER_INT_SERVICE_ACCOUNT }}'
else
Expand Down

0 comments on commit a6987da

Please sign in to comment.