Skip to content

Commit 9bbb91f

Browse files
authored
Enable manual workflow dispatch (#135)
Adds 'on workflow_dospatch' to the github workflow yaml files to allow them to be run from the github ui.
1 parent 2631565 commit 9bbb91f

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

.github/workflows/build-esp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: ["main"]
66
pull_request:
77
types: [opened, reopened, synchronize, ready_for_review]
8+
workflow_dispatch:
89

910
jobs:
1011
build:

.github/workflows/build-nuttx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: ["main"]
66
pull_request:
77
types: [opened, reopened, synchronize, ready_for_review]
8+
workflow_dispatch:
89

910
jobs:
1011
build:

.github/workflows/build-rpi-baremetal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: ["main"]
66
pull_request:
77
types: [opened, reopened, synchronize, ready_for_review]
8+
workflow_dispatch:
89

910
jobs:
1011
build:

.github/workflows/build-rpi-pico-sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: ["main"]
66
pull_request:
77
types: [opened, reopened, synchronize, ready_for_review]
8+
workflow_dispatch:
89

910
jobs:
1011
build:

.github/workflows/build-stm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: ["main"]
66
pull_request:
77
types: [opened, reopened, synchronize, ready_for_review]
8+
workflow_dispatch:
89

910
jobs:
1011
build:

.github/workflows/build-zephyr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Zephyr
33
on:
44
push:
55
branches: ["main"]
6+
workflow_dispatch:
67

78
jobs:
89
build:

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: ["main"]
66
pull_request:
77
types: [opened, reopened, synchronize, ready_for_review]
8+
workflow_dispatch:
89

910
jobs:
1011
validate_format_config:

0 commit comments

Comments
 (0)