Skip to content

Commit

Permalink
Fix target branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Nov 2, 2024
1 parent 7a8ce15 commit 7981450
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-push-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# Publish artifacts on every push to master and every tag
push:
branches:
- master
- main
tags:
- "*"

Expand All @@ -17,6 +17,7 @@ jobs:
secrets: inherit

publish_charts:
needs: [publish_images]
uses: ./.github/workflows/build-push-charts.yml
with:
ref: ${{ github.ref }}
Expand Down

0 comments on commit 7981450

Please sign in to comment.