mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 17:26:10 +08:00
ci: fix release workflow trigger (#2345)
This commit is contained in:
parent
4300772a4e
commit
ec01a149cf
1 changed files with 2 additions and 3 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -1,9 +1,8 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- /v[0-9]+(\.[0-9]+)*(-.*)*/
|
||||
- v[0-9]+.[0-9]+.[0-9]+
|
||||
- v[0-9]+.[0-9]+.[0-9]+-*
|
||||
|
||||
name: release
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue