mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10: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:
|
||||
- testing
|
||||
- linting
|
||||
filters:
|
||||
branches:
|
||||
ignore: /.*/
|
||||
tags:
|
||||
only: /^v[0-9]+(\.[0-9]+)*$/
|
||||
# filters:
|
||||
# branches:
|
||||
# ignore: /.*/
|
||||
# tags:
|
||||
# only: /^v[0-9]+(\.[0-9]+)*$/
|
||||
jobs:
|
||||
checkout:
|
||||
executor: go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue