mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-08 22:24:18 +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…
Add table
Reference in a new issue