Skip to content

Commit 961e304

Browse files
authored
Allow workflow_dispatch on mirror repo actions (#45520)
1 parent 70ad145 commit 961e304

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/files/gh-autotagger/workflows/autotagger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- trunk
77
- prerelease
88
- '*/branch-*'
9+
workflow_dispatch:
910

1011
jobs:
1112
tag:

.github/files/gh-npmjs-autopublisher/workflows/npmjs-autopublisher.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- 'v*.*.*'
7+
workflow_dispatch:
78

89
jobs:
910
publish:

0 commit comments

Comments
 (0)