do not run release on every push to master
This commit is contained in:
parent
391701f02f
commit
ab3cc1afdd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/package-release.yml
vendored
4
.github/workflows/package-release.yml
vendored
|
@ -2,10 +2,10 @@ name: Create Release .tar.gz
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
|
||||||
# Sequence of patterns matched against refs/tags
|
# Sequence of patterns matched against refs/tags
|
||||||
tags:
|
tags:
|
||||||
- '\d+.\d+.\d+(~\s+\.\d+)*' # Originally '*', changes by @paddatrapper
|
# MAJ.MIN.BUG version with an optional -TYPE.VER (for example 3.0.0-alpha.8)
|
||||||
|
- '\d+.\d+.\d+(-\w+\.\d+)*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue