Skip to content

Commit

Permalink
Allow to run github workflows manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi-La committed Oct 6, 2023
1 parent 812a208 commit 7833166
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ master, '*-ci' ]
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
build_linux:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ master, '*-ci' ]
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
build_windows:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql_autosar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ "master", '*-ci' ]
pull_request:
branches: [ "master" ]
workflow_dispatch:

jobs:
analyze:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ "master", '*-ci' ]
pull_request:
branches: [ "master" ]
workflow_dispatch:

jobs:
analyze:
Expand Down

0 comments on commit 7833166

Please sign in to comment.