@@ -1051,7 +1051,7 @@ on:
|
||||
|
||||
{% endnote %}
|
||||
|
||||
Runs your workflow when release activity in your repository occurs. For information about the release APIs, see "[Release](/graphql/reference/objects#release)" in the GraphQL API documentation or "[Releases](/rest/reference/repos#releases)" in the REST API documentation.
|
||||
Runs your workflow when release activity in your repository occurs. For information about the release APIs, see "[Release](/graphql/reference/objects#release)" in the GraphQL API documentation or "[Releases](/rest/reference/releases)" in the REST API documentation.
|
||||
|
||||
For example, you can run a workflow when a release has been `published`.
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ If a release fixes a security vulnerability, you should publish a security advis
|
||||
You can view the **Dependents** tab of the dependency graph to see which repositories and packages depend on code in your repository, and may therefore be affected by a new release. For more information, see "[About the dependency graph](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph)."
|
||||
{% endif %}
|
||||
|
||||
You can also use the Releases API to gather information, such as the number of times people download a release asset. For more information, see "[Releases](/rest/reference/repos#releases)."
|
||||
You can also use the Releases API to gather information, such as the number of times people download a release asset. For more information, see "[Releases](/rest/reference/releases)."
|
||||
|
||||
{% ifversion fpt or ghec %}
|
||||
## Storage and bandwidth quotas
|
||||
|
||||
Reference in New Issue
Block a user