Skip to content

Commit 4ccaec0

Browse files
norwdSharra-writes
andauthored
Correct duplicate branch-paths-filter.md paragraph (#38445)
Co-authored-by: Sharra-writes <sharra-writes@github.com>
1 parent 5a4867d commit 4ccaec0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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)