This commit is contained in:
parent
78d81e9385
commit
44597a9d12
1 changed files with 34 additions and 0 deletions
|
@ -1,7 +1,41 @@
|
||||||
on:
|
on:
|
||||||
|
#create:
|
||||||
|
#delete:
|
||||||
|
#fork:
|
||||||
|
#gollum:
|
||||||
|
#issue_comment:
|
||||||
|
#issues:
|
||||||
|
#pull_request:
|
||||||
|
#pull_request_review:
|
||||||
|
#pull_request_review_comment:
|
||||||
|
#pull_request_target:
|
||||||
|
#pull_request_comment:
|
||||||
push:
|
push:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 0 * * *
|
- cron: 0 0 * * *
|
||||||
|
#registry_package:
|
||||||
|
#release:
|
||||||
|
|
||||||
|
#branch_protection_rule:
|
||||||
|
#check_run:
|
||||||
|
#check_suite:
|
||||||
|
#deployment:
|
||||||
|
#discussion:
|
||||||
|
#discussion_comment:
|
||||||
|
#label:
|
||||||
|
#merge_group:
|
||||||
|
#milestone:
|
||||||
|
#page_build:
|
||||||
|
#project:
|
||||||
|
#project_card:
|
||||||
|
#project_column:
|
||||||
|
#public:
|
||||||
|
#repository_dispatch:
|
||||||
|
#status:
|
||||||
|
#watch:
|
||||||
|
#workflow_call:
|
||||||
|
#workflow_dispatch:
|
||||||
|
#workflow_run:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dump:
|
dump:
|
||||||
|
|
Loading…
Add table
Reference in a new issue