Only build on version tags
This commit is contained in:
parent
bab6381546
commit
83847ba59b
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 New Issue
Block a user