Skip to content

Commit

Permalink
test package build
Browse files Browse the repository at this point in the history
  • Loading branch information
ripexz committed Jan 18, 2024
1 parent 72bb36d commit 705b4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: Build and push image
runs-on: ubuntu-latest
needs: [lint, test]
if: startsWith(github.event.ref, 'refs/tags/v')
if: startsWith(github.event.ref, 'refs/heads/docker')
steps:

- name: Check out the repo
Expand Down

0 comments on commit 705b4c6

Please sign in to comment.