Skip to content

Commit

Permalink
fix trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiebise committed Feb 15, 2024
1 parent 839e43a commit a57a3f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Build
on:
[push, workflow_dispatch]:
push:
branches:
- main # or the name of your main branch
- release**
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
sonarqube:
name: SonarQubeAnalysis
Expand Down

0 comments on commit a57a3f1

Please sign in to comment.