mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Removing test filters
This commit is contained in:
@ -173,7 +173,7 @@ workflows:
|
||||
- POWERDNS
|
||||
filters:
|
||||
branches:
|
||||
ignore: [master, main, fix/cci]
|
||||
ignore: [master, main]
|
||||
|
||||
- release:
|
||||
requires: [build]
|
||||
@ -181,6 +181,6 @@ workflows:
|
||||
# Only run this job on git tag pushes
|
||||
filters:
|
||||
branches:
|
||||
only: [master, main, fix/cci]
|
||||
only: [master, main]
|
||||
tags:
|
||||
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
|
||||
ignore: /.*/
|
||||
|
Reference in New Issue
Block a user