We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8fdcd commit 01c4955Copy full SHA for 01c4955
.github/workflows/build-image.yaml
@@ -32,7 +32,7 @@ jobs:
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
- name: Upload image to artifacts
35
- if: ${{ github.event_name == 'workflow_dispatch' }}
+ if: ${{ github.event_name == 'workflow_dispatch' || github.ref != 'refs/heads/master' }}
36
uses: actions/upload-artifact@v4
37
with:
38
name: image
0 commit comments