1
0
mirror of synced 2026-01-05 21:04:17 -05:00
Files
docs/data/reusables/actions/about-triggers.md
2022-04-22 07:09:59 +00:00

488 B

Workflow triggers are events that cause a workflow to run. These events can be:

  • Events that occur in your workflow's repository
  • Events that occur outside of {% data variables.product.product_name %} and trigger a repository_dispatch event on {% data variables.product.product_name %}
  • Scheduled times
  • Manual

For example, you can configure your workflow to run when a push is made to the default branch of your repository, when a release is created, or when an issue is opened.