Skip to content

Commit 84138dd

Browse files
committed
Add manual action trigger
1 parent 8af7d22 commit 84138dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches: [ master ]
66
schedule:
7-
- cron: 0 0 1 * *
7+
- cron: 0 0 1 * *
8+
workflow_dispatch:
89

910
jobs:
1011

0 commit comments

Comments
 (0)