Skip to content

Commit 6d33ea8

Browse files
authored
Merge pull request #80 from shift7-ch/feature/run-build-scheduled-and-allow-dispatch
Run build nightly and allow for workflow dispatch.
2 parents fb48ab9 + aeebd37 commit 6d33ea8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77
pull_request:
8+
workflow_dispatch:
9+
schedule:
10+
- cron: '30 5 * * *'
811
jobs:
912
build:
1013
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)