Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 23070fb

Browse files
authored
Merge pull request #703 from sdroege/ci-workflow-dispatch
ci: Allow explicitly triggering CI runs
2 parents 9beee11 + 5bb163f commit 23070fb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
branches: [master]
44
pull_request:
5+
workflow_dispatch:
56

67
name: CI
78

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
branches: [master]
44
pull_request:
5+
workflow_dispatch:
56
release:
67
types: [published]
78

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
branches: [master]
44
pull_request:
5+
workflow_dispatch:
56

67
name: Windows
78

0 commit comments

Comments
 (0)