fix: add release trigger for workflow on creation of new releases
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/docker-image-linux.yml
vendored
2
.github/workflows/docker-image-linux.yml
vendored
@@ -3,6 +3,8 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*' # Run only when version tags are pushed
|
||||
release:
|
||||
types: [created]
|
||||
workflow_dispatch: # Keep manual trigger for testing
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user