mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 23:20:12 +01:00
temporarily disable filters
This commit is contained in:
parent
a5e8d91dad
commit
f52d218e8d
1 changed files with 5 additions and 5 deletions
|
|
@ -21,11 +21,11 @@ workflows:
|
||||||
requires:
|
requires:
|
||||||
- testing
|
- testing
|
||||||
- linting
|
- linting
|
||||||
filters:
|
# filters:
|
||||||
branches:
|
# branches:
|
||||||
ignore: /.*/
|
# ignore: /.*/
|
||||||
tags:
|
# tags:
|
||||||
only: /^v[0-9]+(\.[0-9]+)*$/
|
# only: /^v[0-9]+(\.[0-9]+)*$/
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
executor: go
|
executor: go
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue