mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Only deploy docker image on release branch
This commit is contained in:
parent
d3969b0122
commit
87852d125f
2
.github/workflows/docker-image.yaml
vendored
2
.github/workflows/docker-image.yaml
vendored
@ -5,7 +5,7 @@ name: Docker Image CI
|
||||
# branch called `main`.
|
||||
on:
|
||||
push:
|
||||
branches: ['main']
|
||||
branches: ['release']
|
||||
|
||||
|
||||
# Defines two custom environment variables for the workflow. These are used
|
||||
|
Loading…
Reference in New Issue
Block a user