Skip to content

Commit 065a871

Browse files
add workflow_dispatch & schedule events for github actions
1 parent 5950b48 commit 065a871

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: build
33
on:
44
push:
55
branches: [master]
6+
workflow_dispatch:
7+
schedule:
8+
- cron: '0 0 1 * *'
69

710
jobs:
811
build:

0 commit comments

Comments
 (0)