Upload image to artifacts if this is not master

This commit is contained in:
Oleg Kalachev
2024-05-07 21:39:42 +03:00
parent 8c8fdcda54
commit 01c495597b

View File

@@ -32,7 +32,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload image to artifacts
if: ${{ github.event_name == 'workflow_dispatch' }}
if: ${{ github.event_name == 'workflow_dispatch' || github.ref != 'refs/heads/master' }}
uses: actions/upload-artifact@v4
with:
name: image