Skip to content

Commit

Permalink
add workflow dispatch to sonarqube CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rpreen committed Jul 16, 2024
1 parent 8a63059 commit 3dba556
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/sonarqube_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ name: SonarScanner

on:
push:
branches: [master]
branches:
- master
pull_request:
branches: [master]
branches:
- master
workflow_dispatch:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3dba556

Please sign in to comment.