mirror of
https://github.com/HeyPuter/puter.git
synced 2026-02-21 14:09:13 -06:00
Renamed master branch to main to reflect upstream changes.
This commit is contained in:
6
.github/workflows/docker-image.yaml
vendored
6
.github/workflows/docker-image.yaml
vendored
@@ -5,11 +5,7 @@ name: Docker Image CI
|
||||
# branch called `master`.
|
||||
on:
|
||||
push:
|
||||
branches: ['master']
|
||||
pull_request:
|
||||
branches: ['master']
|
||||
schedule:
|
||||
- cron: "0 2 * * 1-5"
|
||||
branches: ['main']
|
||||
|
||||
|
||||
# Defines two custom environment variables for the workflow. These are used
|
||||
|
||||
Reference in New Issue
Block a user