Add universal tag trigger for release workflow
All checks were successful
Release Creation / build (push) Successful in 1m25s
All checks were successful
Release Creation / build (push) Successful in 1m25s
- Updated workflow to trigger on all tag pushes instead of just published releases.
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
name: Release Creation
|
name: Release Creation
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
push:
|
||||||
types: [published]
|
# Pattern matched against refs/tags
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user