mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2024-12-29 12:21:57 +00:00
Only build on version tags
This commit is contained in:
parent
bab6381546
commit
83847ba59b
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -2,8 +2,6 @@ name: Create and publish a Docker image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
tags:
|
tags:
|
||||||
- 'v*' # Only on version tags like v1.0, v2.0, etc.
|
- 'v*' # Only on version tags like v1.0, v2.0, etc.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue