Skip to content

Commit

Permalink
CI: add workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
falbrechtskirchinger committed Mar 2, 2022
1 parent e4643d1 commit aa7e97f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
pull_request:
schedule:
- cron: '0 19 * * 1'
workflow_dispatch:

jobs:
CodeQL-Build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- master
- release/*
pull_request:
workflow_dispatch:

jobs:
xcode:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- master
- release/*
pull_request:
workflow_dispatch:

jobs:
ci_test_clang:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- master
- release/*
pull_request:
workflow_dispatch:

jobs:
mingw:
Expand Down

0 comments on commit aa7e97f

Please sign in to comment.