Skip to content

Commit

Permalink
Add branches on push
Browse files Browse the repository at this point in the history
  • Loading branch information
André Laugks committed Aug 30, 2024
1 parent 4ca3196 commit 56311a9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: "SonarCloud Analyze"
run-name: SonarCloud Analyze [${{ github.ref_name }}]
on:
# push:
# branches:
# - master
push:
branches:
- main
- stage
- dev
- snapshot/*
- release/*
# pull_request:
# types: [opened, synchronize, reopened]
workflow_dispatch:
Expand Down

0 comments on commit 56311a9

Please sign in to comment.