Skip to content

Commit eabb034

Browse files
committed
Add a manual run trigger
1 parent 71a78fc commit eabb034

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
branches:
66
- 'master'
77
schedule:
8-
- cron: '0 0 1 * *'
8+
- cron: '0 0 1 * *' # Monthly
9+
workflow_dispatch:
910

1011
jobs:
1112
docker:

0 commit comments

Comments
 (0)