mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
ci: push :edge
when VERSION
is updated (#3662)
Previously, we did not run the workflow on push on `master` when a release happened because the push on master is guarded by a check on which files were changed. With this change, I added `VERSION` to the list of files to consider when updating `:edge`.
This commit is contained in:
parent
2c60229913
commit
68a43eb497
1
.github/workflows/default_on_push.yml
vendored
1
.github/workflows/default_on_push.yml
vendored
|
@ -11,6 +11,7 @@ on:
|
|||
- .gitmodules
|
||||
- Dockerfile
|
||||
- setup.sh
|
||||
- VERSION # also update :edge when a release happens
|
||||
tags:
|
||||
- '*.*.*'
|
||||
|
||||
|
|
Loading…
Reference in a new issue