Skip to content

Commit

Permalink
Update build.yml to allow manual triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Jan 25, 2024
1 parent 2cb6d51 commit 1e243cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- develop
- main
workflow_dispatch:
jobs:
build:
name: Build
Expand All @@ -24,4 +25,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew build sonarqube
run: ./gradlew build sonarqube

0 comments on commit 1e243cb

Please sign in to comment.