ci: add workflow_dispatch and schedule
This commit is contained in:
3
.github/workflows/dev-image.yml
vendored
3
.github/workflows/dev-image.yml
vendored
@@ -1,6 +1,9 @@
|
||||
name: 'Dev Image CI'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '11 11 * * *'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user