We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5950b48 commit 065a871Copy full SHA for 065a871
.github/workflows/build.yml
@@ -3,6 +3,9 @@ name: build
3
on:
4
push:
5
branches: [master]
6
+ workflow_dispatch:
7
+ schedule:
8
+ - cron: '0 0 1 * *'
9
10
jobs:
11
build:
0 commit comments