Skip to content

Commit 16aebfa

Browse files
Merge pull request #495 from oss-slu/458-allow-actions-workflows-to-run-when-manually-called
Allow workflows to be called manually
2 parents e0d4105 + db7613c commit 16aebfa

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- main
1111
- develop
12+
workflow_dispatch:
1213

1314
jobs:
1415
build:

.github/workflows/javadoc-gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
id-token: write
66
on:
77
workflow_call:
8+
workflow_dispatch:
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)