Test fix push seems to not trigger after tag push but branch push instead
Also allow manual trigger
This commit is contained in:
parent
809b7cc2d2
commit
834b1fe1e1
3
.github/workflows/tagrelease.yml
vendored
3
.github/workflows/tagrelease.yml
vendored
|
@ -2,10 +2,9 @@ name: Create Release on every tag push in `production`
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- production
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
Loading…
Reference in a new issue