Skip to content

Commit 35c2a17

Browse files
committed
Add workflow dispatch to all workflows
1 parent e954bf1 commit 35c2a17

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches: ["master"]
88
paths:
99
- 'docs/**'
10+
- '.github/workflows/build-docs.yml'
1011

1112
# Allows you to run this workflow manually from the Actions tab
1213
workflow_dispatch:

.github/workflows/build-java.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- '.github/workflows/build-java.yml'
88
pull_request:
99
types: [ opened, reopened, synchronize ]
10+
workflow_dispatch:
1011

1112
jobs:
1213
build:

.github/workflows/build-native.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'Makefile'
1010
pull_request:
1111
types: [ opened, reopened, synchronize ]
12+
workflow_dispatch:
1213

1314
env:
1415
ARTIFACT_RETENTION_DAYS: 7

.github/workflows/checkstyle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- '.github/workflows/checkstyle.yml'
88
pull_request:
99
types: [ opened, reopened, synchronize ]
10+
workflow_dispatch:
1011

1112
jobs:
1213
build:

0 commit comments

Comments
 (0)