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
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
# Pattern matched against refs/tags
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user