Skip to content

Commit 72038d8

Browse files
authored
Merge branch 'main' into create-dir-for-schemas
2 parents 3cdc9af + dccb70f commit 72038d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/actions/reference/events-that-trigger-workflows.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,12 @@ on:
677677
types: [published]
678678
```
679679

680+
{% note %}
681+
682+
**Note:** The `prereleased` type will not trigger for pre-releases published from draft releases, but the `published` type will trigger. If you want a workflow to run when stable *and* pre-releases publish, subscribe to `published` instead of `released` and `prereleased`.
683+
684+
{% endnote %}
685+
680686
#### `status`
681687

682688
Runs your workflow anytime the status of a Git commit changes, which triggers the `status` event. For information about the REST API, see [Statuses](/rest/reference/repos#statuses).

0 commit comments

Comments
 (0)