1
0
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:
Chris Hunt
2022-08-12 09:16:15 -04:00
parent 600c5c489a
commit e09b6e5707

View File

@ -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: /.*/