Skip to content

Commit 7655e20

Browse files
committed
Add workflow_dispatch trigger to enable manual workflow runs
1 parent 889a38b commit 7655e20

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
paths-ignore:
1212
- '**.md'
1313
- 'docs/**'
14+
workflow_dispatch:
1415

1516
jobs:
1617
detect-changes:

.github/workflows/package-js-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- 'docs/**'
1616
- 'lib/**'
1717
- 'spec/react_on_rails/**'
18+
workflow_dispatch:
1819

1920
jobs:
2021
detect-changes:

0 commit comments

Comments
 (0)