Skip to content

Commit

Permalink
wip: only push on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Oct 13, 2023
1 parent 43855d6 commit f689139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ jobs:
target: ${{ inputs.target }}
platform: ${{ matrix.platform }}
runner_address: ${{ secrets.earthly_runner_address }}
- name: Build image
- name: Push image
uses: input-output-hk/catalyst-ci/actions/push@publish-action
#if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
with:
image: ${{ steps.build.outputs.image }}
registries: |
Expand Down

0 comments on commit f689139

Please sign in to comment.