;ci: release: see if making branches explicit enables this
This commit is contained in:
parent
bb1d8f5ed8
commit
3ff8a6291f
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -8,7 +8,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