mirror of
https://github.com/osmoscraft/osmosfeed-template.git
synced 2026-03-11 14:44:24 +00:00
fix main branch name
This commit is contained in:
parent
f4266d3b65
commit
e8ed712bcc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/daily-update.yaml
vendored
4
.github/workflows/daily-update.yaml
vendored
|
|
@ -1,9 +1,9 @@
|
|||
name: Build site on scheulde or master update
|
||||
name: Build site on scheulde or main branch update
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
schedule:
|
||||
# just after Mid-night
|
||||
- cron: "5 8 * * *"
|
||||
|
|
|
|||
Loading…
Reference in a new issue