Skip to content

Commit 7c5ea51

Browse files
committed
fix: update to on push
1 parent 4653968 commit 7c5ea51

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish-images-manual.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Manual Image Publish
22
run-name: Manual Image Publish (triggered by ${{ github.actor }})
33

44
on:
5-
workflow_dispatch: # manually runnable
5+
push:
6+
branches:
7+
- test/storage_issue_publish_images # <--- AUTO-TRIGGER HERE
8+
workflow_dispatch:
69

710
env:
811
IMAGE_NAME: ghcr.io/herodevs/eol-scan

0 commit comments

Comments
 (0)