Skip to content

Commit 35d2f67

Browse files
restore sonar comments by using on: pull_request instead of on: push (#43)
Signed-off-by: walid-sahnoun <[email protected]>
1 parent 50cd97d commit 35d2f67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- 'main'
7+
pull_request:
58

69
jobs:
710
build:

0 commit comments

Comments
 (0)