Skip to content

Commit

Permalink
Workflow update (#1702)
Browse files Browse the repository at this point in the history
* Fix github workflow

---------

Co-authored-by: Ingrid Fosså <ingrid.fossa@nav.no>
Co-authored-by: Sneha Desai <sneha.desai@nav.no>
Co-authored-by: JulieHillRoa <julie.hill.roa@nav.no>
Co-authored-by: Klara M Helgemo <klara.margrethe.helgemo@nav.no>
  • Loading branch information
5 people authored Sep 3, 2024
1 parent f20ea02 commit 4a4f72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build-and-push:
name: Build and push
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/dev'
if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/master'
outputs:
image: ${{ steps.docker-build-push.outputs.image }}
steps:
Expand Down

0 comments on commit 4a4f72c

Please sign in to comment.