mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
Run workflow on workflow_dispatch event
This allows us to trigger a branch build from the master branch on schedule.
This commit is contained in:
1
.github/workflows/build-code.yml
vendored
1
.github/workflows/build-code.yml
vendored
@@ -10,6 +10,7 @@ on:
|
||||
schedule:
|
||||
- cron: '40 3 * * *' # every day at 3:40
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
||||
Reference in New Issue
Block a user