CI: add workflow_dispatch trigger

This commit is contained in:
Florian Albrechtskirchinger 2022-03-02 19:40:05 +01:00
parent e4643d1f1b
commit aa7e97fa5b
4 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@ on:
pull_request:
schedule:
- cron: '0 19 * * 1'
workflow_dispatch:
jobs:
CodeQL-Build:

View File

@ -7,6 +7,7 @@ on:
- master
- release/*
pull_request:
workflow_dispatch:
jobs:
xcode:

View File

@ -7,6 +7,7 @@ on:
- master
- release/*
pull_request:
workflow_dispatch:
jobs:
ci_test_clang:

View File

@ -7,6 +7,7 @@ on:
- master
- release/*
pull_request:
workflow_dispatch:
jobs:
mingw: