mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 22:56:54 +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'
|
name: 'Dev Image CI'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '11 11 * * *'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user