mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Renamed master
branch to main
to reflect upstream changes.
This commit is contained in:
parent
cc9d9b1063
commit
06789da119
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
|
||||
|
Loading…
Reference in New Issue
Block a user