Skip to content

Commit 6ed8f94

Browse files
Add workflow_dispatch trigger to build and sonarcloud workflows
Co-authored-by: 304NotModified <5808377+304NotModified@users.noreply.github.com>
1 parent febc86f commit 6ed8f94

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ "**" ]
66
pull_request:
77
branches: [ "main" ]
8+
workflow_dispatch:
89

910
jobs:
1011
build:

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
workflow_dispatch:
89

910
jobs:
1011
sonarcloud:

0 commit comments

Comments
 (0)