Skip to content

Commit

Permalink
Add manual trigger for build and scan
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Jul 30, 2024
1 parent e0a9434 commit 796441b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Workflow

on:
workflow_dispatch:
push:
branches:
- 'master'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sonar-scanner.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
workflow_dispatch:
# Trigger analysis when pushing in master or pull requests, and when creating
# a pull request.
push:
Expand Down

0 comments on commit 796441b

Please sign in to comment.