mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 07:00:13 +01:00
only run publish on version tags
This commit is contained in:
parent
4ae546c91d
commit
1fdfbb38c7
1 changed files with 8 additions and 3 deletions
|
|
@ -18,9 +18,14 @@ workflows:
|
|||
requires:
|
||||
- checkout
|
||||
- publishing:
|
||||
requires:
|
||||
- testing
|
||||
- linting
|
||||
requires:
|
||||
- testing
|
||||
- linting
|
||||
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