Add note about no deployment_status events for inactive state (#3736)

* Update events-that-trigger-workflows.md

* fix typo

* Apply suggestions from code review

Co-authored-by: Sarah Edwards <skedwards88@github.com>
This commit is contained in:
David Wolf 2021-02-19 12:09:25 -05:00 коммит произвёл GitHub
Родитель 380142cb4b
Коммит e2ba28910f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -271,6 +271,12 @@ on:
deployment_status
```
{% note %}
**Note:** When a deployment status's state is set to `inactive`, a webhook event will not be created.
{% endnote %}
#### `fork`
Runs your workflow anytime when someone forks a repository, which triggers the `fork` event. For information about the REST API, see "[Create a fork](/rest/reference/repos#create-a-fork)."