mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 14:43:21 +08:00
ci: add workflow_dispatch and schedule
This commit is contained in:
parent
19b0b66a7c
commit
24d40fe124
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user