mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
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
1 changed files with 1 additions and 2 deletions
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- production
|
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
|
Loading…
Reference in a new issue