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 6ff5623 commit 8707561Copy full SHA for 8707561
.github/workflows/build-push-artifacts.yml
@@ -35,7 +35,7 @@ jobs:
35
name: Build and push images
36
runs-on: ubuntu-latest
37
needs: changes
38
- # if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
+ if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
39
strategy:
40
matrix:
41
include:
0 commit comments