mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
ci: schedule beta workflow hourly to automate sync runs
This commit is contained in:
parent
644f0d4e92
commit
571f5b31c9
1 changed files with 2 additions and 4 deletions
6
.github/workflows/beta.yml
vendored
6
.github/workflows/beta.yml
vendored
|
|
@ -1,10 +1,8 @@
|
|||
name: beta
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [dev]
|
||||
pull_request:
|
||||
types: [opened, synchronize, labeled, unlabeled]
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue