;ci: release: stop running every push, creating junk releases
This commit is contained in:
parent
7a74fc4f21
commit
a0f944a0a2
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user