mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-13 01:48:42 +00:00
actions: auto run on pushed commit
This commit is contained in:
parent
4f3ac28401
commit
82226ddbe5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
|
|
@ -1,5 +1,8 @@
|
|||
name: Nightly Build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Reference in a new issue