Skip to content

Commit ef97eb1

Browse files
committed
Add workflow_dispatch to workflows to allow manual triggering of builds
(mostly for people who want to run actions on their local branches)
1 parent 6e7ccda commit ef97eb1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/dub.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
branches:
1313
- master
1414
pull_request:
15+
workflow_dispatch:
1516

1617
jobs:
1718
build:

.github/workflows/integration-testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
branches:
1313
- master
1414
pull_request:
15+
workflow_dispatch:
1516

1617
jobs:
1718
# mysql8-tests:

0 commit comments

Comments
 (0)