;ci: release: stop running every push, creating junk releases

This commit is contained in:
Simon Michael 2020-06-22 15:39:31 -07:00
parent 7a74fc4f21
commit a0f944a0a2

View File

@ -1,4 +1,4 @@
# Create a github release, when a "[0-9]*" tag is pushed (anywhere ?) # Create a github release, when a "[0-9]*" tag is pushed
# #
# https://github.com/actions/create-release - still pretty rough, 20200609 # https://github.com/actions/create-release - still pretty rough, 20200609
@ -7,7 +7,7 @@ name: release
on: on:
push: push:
tags: [ '[0-9]*', 'r[0-9]*' ] tags: [ '[0-9]*', 'r[0-9]*' ]
branches: [ 'master', '[0-9]*-branch' ] # branches: [ 'master', '[0-9]*-branch' ]
jobs: jobs:
release: release: