This commit is contained in:
parent
041446c498
commit
7fed3025a3
1 changed files with 22 additions and 24 deletions
|
@ -1,41 +1,39 @@
|
||||||
on:
|
on:
|
||||||
|
branch_protection_rule:
|
||||||
|
check_run:
|
||||||
|
check_suite:
|
||||||
create:
|
create:
|
||||||
delete:
|
delete:
|
||||||
|
deployment:
|
||||||
|
discussion:
|
||||||
|
discussion_comment:
|
||||||
fork:
|
fork:
|
||||||
gollum:
|
gollum:
|
||||||
issue_comment:
|
issue_comment:
|
||||||
issues:
|
issues:
|
||||||
|
label:
|
||||||
|
merge_group:
|
||||||
|
milestone:
|
||||||
|
page_build:
|
||||||
|
project:
|
||||||
|
project_card:
|
||||||
|
project_column:
|
||||||
|
public:
|
||||||
pull_request:
|
pull_request:
|
||||||
pull_request_review:
|
pull_request_review:
|
||||||
pull_request_review_comment:
|
pull_request_review_comment:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
pull_request_comment:
|
|
||||||
push:
|
push:
|
||||||
schedule:
|
|
||||||
- cron: 0 0 * * *
|
|
||||||
registry_package:
|
registry_package:
|
||||||
release:
|
release:
|
||||||
|
repository_dispatch:
|
||||||
#branch_protection_rule:
|
schedule:
|
||||||
#check_run:
|
- cron: 0 0 * * *
|
||||||
#check_suite:
|
status:
|
||||||
#deployment:
|
watch:
|
||||||
#discussion:
|
workflow_call:
|
||||||
#discussion_comment:
|
workflow_dispatch:
|
||||||
#label:
|
workflow_run:
|
||||||
#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