Skip to content

Commit 7981450

Browse files
committed
Fix target branch name
1 parent 7a8ce15 commit 7981450

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-push-artifacts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Publish artifacts on every push to master and every tag
66
push:
77
branches:
8-
- master
8+
- main
99
tags:
1010
- "*"
1111

@@ -17,6 +17,7 @@ jobs:
1717
secrets: inherit
1818

1919
publish_charts:
20+
needs: [publish_images]
2021
uses: ./.github/workflows/build-push-charts.yml
2122
with:
2223
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)