Skip to content

Commit 0d558bb

Browse files
committed
Enable manual workflow dispatch
1 parent c99fd59 commit 0d558bb

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
@@ -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/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)