Skip to content

Commit

Permalink
Add ability to run workflows manually
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkanovikov committed Dec 27, 2022
1 parent 92ce7cd commit 6ba4946
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_starc_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
create:
tags:
- v*
workflow_dispatch: {}

jobs:
build_linux:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_starc_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
create:
tags:
- v*
workflow_dispatch: {}

jobs:
build_mac:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_starc_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
create:
tags:
- v*
workflow_dispatch: {}

jobs:
build_windows_64:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch: {}

jobs:
check:
Expand Down

0 comments on commit 6ba4946

Please sign in to comment.