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
|
@ -11,6 +11,7 @@ on:
|
||||||
- .gitmodules
|
- .gitmodules
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
- setup.sh
|
- setup.sh
|
||||||
|
- VERSION # also update :edge when a release happens
|
||||||
tags:
|
tags:
|
||||||
- '*.*.*'
|
- '*.*.*'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue