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
|
- POWERDNS
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
ignore: [master, main, fix/cci]
|
ignore: [master, main]
|
||||||
|
|
||||||
- release:
|
- release:
|
||||||
requires: [build]
|
requires: [build]
|
||||||
@ -181,6 +181,6 @@ workflows:
|
|||||||
# Only run this job on git tag pushes
|
# Only run this job on git tag pushes
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only: [master, main, fix/cci]
|
only: [master, main]
|
||||||
tags:
|
tags:
|
||||||
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
|
ignore: /.*/
|
||||||
|
Reference in New Issue
Block a user