trigger by "everything"
This commit is contained in:
parent
21d401c5a0
commit
201215cb1b
2 changed files with 36 additions and 1 deletions
|
@ -1,5 +1,39 @@
|
||||||
on:
|
on:
|
||||||
|
branch_protection_rule:
|
||||||
|
check_run:
|
||||||
|
check_suite:
|
||||||
|
create:
|
||||||
|
delete:
|
||||||
|
deployment:
|
||||||
|
discussion:
|
||||||
|
discussion_comment:
|
||||||
|
fork:
|
||||||
|
gollum:
|
||||||
|
issue_comment:
|
||||||
|
issues:
|
||||||
|
label:
|
||||||
|
merge_group:
|
||||||
|
milestone:
|
||||||
|
page_build:
|
||||||
|
project:
|
||||||
|
project_card:
|
||||||
|
project_column:
|
||||||
|
public:
|
||||||
|
pull_request:
|
||||||
|
pull_request_review:
|
||||||
|
pull_request_review_comment:
|
||||||
|
pull_request_target:
|
||||||
push:
|
push:
|
||||||
|
registry_package:
|
||||||
|
release:
|
||||||
|
repository_dispatch:
|
||||||
|
schedule:
|
||||||
|
- 0 0 * * *
|
||||||
|
status:
|
||||||
|
watch:
|
||||||
|
workflow_call:
|
||||||
|
workflow_dispatch:
|
||||||
|
workflow_run:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dump:
|
dump:
|
||||||
|
|
|
@ -2,4 +2,5 @@
|
||||||
|
|
||||||
Which variables are set in Gitea Actions by default?
|
Which variables are set in Gitea Actions by default?
|
||||||
|
|
||||||
Let's try to dump all [context](https://docs.github.com/en/actions/learn-github-actions/contexts)
|
Let's try to dump all [context](https://docs.github.com/en/actions/learn-github-actions/contexts) for
|
||||||
|
all [triggers](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows).
|
||||||
|
|
Loading…
Add table
Reference in a new issue