Skip to content

Commit 8c845d0

Browse files
authored
Merge pull request #55782 from github/repo-sync
Repo sync
2 parents 7b388f2 + 4ccaec0 commit 8c845d0

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

content/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -900,18 +900,6 @@ on:
900900
- '**.js'
901901
```
902902

903-
> [!NOTE]
904-
> {% data reusables.actions.branch-paths-filter %} For example, the following workflow will only run when a push that includes a change to a JavaScript (`.js`) file is made to a branch whose name starts with `releases/`:
905-
>
906-
> ```yaml
907-
> on:
908-
> push:
909-
> branches:
910-
> - 'releases/**'
911-
> paths:
912-
> - '**.js'
913-
> ```
914-
915903
## `registry_package`
916904

917905
| Webhook event payload | Activity types | `GITHUB_SHA` | `GITHUB_REF` |

0 commit comments

Comments
 (0)