mirror of
https://github.com/HeyPuter/puter.git
synced 2026-02-25 11:30:15 -06:00
Only deploy docker image on release branch
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user