We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb48ab9 + aeebd37 commit 6d33ea8Copy full SHA for 6d33ea8
.github/workflows/build.yml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- main
7
pull_request:
8
+ workflow_dispatch:
9
+ schedule:
10
+ - cron: '30 5 * * *'
11
jobs:
12
build:
13
runs-on: ${{ matrix.os }}
0 commit comments