We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05cf9ba commit 53bd6afCopy full SHA for 53bd6af
.github/workflows/build-push-artifacts.yml
@@ -80,7 +80,7 @@ jobs:
80
runs-on: ubuntu-latest
81
# Only build and push the chart if chart files have changed
82
needs: [changes]
83
- if: ${{ needs.changes.outputs.chart == 'true' }}
+ if: ${{ needs.changes.outputs.chart == 'true' || github.ref_type == 'tag' }}
84
steps:
85
- name: Check out the repository
86
uses: actions/checkout@v4
0 commit comments