Skip to content

Commit 676f689

Browse files
committed
Add manual triggers to workflows for testing.
Signed-off-by: Michael Keller <[email protected]>
1 parent fa4319c commit 676f689

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

.github/workflows/android-dockerimage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Android Docker Image CI
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- master

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
name: "CodeQL"
44

55
on:
6+
workflow_dispatch:
67
push:
78
# once this works, this should be
89
# branches: [master]

.github/workflows/coverity-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Coverity Scan Linux Qt 5.9
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: '0 18 * * *' # Daily at 18:00 UTC
67

.github/workflows/linux-ubuntu-20.04-qt5-appimage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Ubuntu 20.04 / Qt 5 for AppImage
22

33
on:
4+
workflow_dispatch:
45
push:
56
paths-ignore:
67
- scripts/docker/**

.github/workflows/mac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Mac
22

33
on:
4+
workflow_dispatch:
45
push:
56
paths-ignore:
67
- scripts/docker/**

.github/workflows/windows-mxe-dockerimage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Windows (MXE) Docker Image
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- master

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Windows
22

33
on:
4+
workflow_dispatch:
45
push:
56
paths-ignore:
67
- scripts/docker/**

0 commit comments

Comments
 (0)