Skip to content

Commit 6128a23

Browse files
committed
ci: add workflow dispatch to the workflows
1 parent 40eb580 commit 6128a23

5 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build-android-llama-example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- third-party/android/**
1717
- examples/llama/package.json
1818
- examples/llama/android/**
19+
workflow_dispatch:
1920
jobs:
2021
build:
2122
if: github.repository == 'software-mansion/react-native-executorch'

.github/workflows/build-ios-llama-example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- '*.podspec'
1515
- 'examples/llama/ios/**'
1616
- 'examples/llama/package.json'
17+
workflow_dispatch:
1718
jobs:
1819
build:
1920
if: github.repository == 'software-mansion/react-native-executorch'

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
merge_group:
1010
types:
1111
- checks_requested
12-
12+
workflow_dispatch:
1313
jobs:
1414
lint:
1515
runs-on: ubuntu-latest

.github/workflows/docs-build-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
paths:
1414
- 'docs/**'
1515
- '.github/workflows/docs-build-check.yml'
16+
workflow_dispatch:
1617
jobs:
1718
check:
1819
if: github.repository == 'software-mansion/react-native-executorch'

.github/workflows/publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
7+
workflow_dispatch:
88
jobs:
99
publish:
1010
if: github.repository == 'software-mansion/react-native-executorch'

0 commit comments

Comments
 (0)