do not run release on every push to master

This commit is contained in:
Kyle Robbertze 2021-05-27 15:31:30 +02:00
parent 391701f02f
commit ab3cc1afdd
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ name: Create Release .tar.gz
on:
push:
branches: [ master ]
# Sequence of patterns matched against refs/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:
jobs: