Skip to content

Commit

Permalink
workflows added on: workflow_dispatch everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Apr 12, 2024
1 parent e25538e commit 1a16565
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-cl-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
name: Clang-cl MSVC2022 Qt6.7

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
name: Linux GCC/Clang Qt5.15

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
name: Linux GCC/Clang Qt6.2

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/msvc2019-qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
name: MSVC2019 Qt5.15

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/msvc2022-qt6-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
name: MSVC2022 Qt6.7 TinyDrivers

on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -29,14 +30,15 @@ jobs:

strategy:
matrix:
drivers-type: [Shared, Loadable]
drivers-type: [Shared]
# drivers-type: [Shared, Loadable]

build-type:
- key: debug
name: Debug

- key: release
name: Release
# - key: release
# name: Release

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/msvc2022-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
name: MSVC2022 Qt6.7

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/msys2-ucrt64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
name: MSYS2 UCRT64 GCC/Clang

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/vcpkg-windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Vcpkg Windows

on:
workflow_dispatch:
push:
branches:
- main
Expand Down

0 comments on commit 1a16565

Please sign in to comment.