Skip to content

Commit 53bd6af

Browse files
author
sd109
committed
Ignore change detection on chart builds for new tags
1 parent 05cf9ba commit 53bd6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
# Only build and push the chart if chart files have changed
8282
needs: [changes]
83-
if: ${{ needs.changes.outputs.chart == 'true' }}
83+
if: ${{ needs.changes.outputs.chart == 'true' || github.ref_type == 'tag' }}
8484
steps:
8585
- name: Check out the repository
8686
uses: actions/checkout@v4

0 commit comments

Comments
 (0)