Skip to content

Commit 1bdd8dd

Browse files
authored
Remove duplicate paragraph
1 parent f18ced8 commit 1bdd8dd

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.tag-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 tag that starts with `v1.`.
905-
>
906-
> ```yaml
907-
> on:
908-
> push:
909-
> tags:
910-
> - v1.**
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)