Skip to content

Commit c204e37

Browse files
author
COSTES SYLVAIN
committed
..
1 parent 90675f2 commit c204e37

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/build.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: SonarQube Cloud
22
on:
3-
push:
4-
branches:
3+
pull_request:
4+
branches:
55
- main
66
- develop
7-
pull_request:
8-
types: [opened, synchronize, reopened]
97
jobs:
108
build:
119
name: Build and analyze

.github/workflows/gradle-build.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
name: Java CI Gradle build and test
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- develop
84
pull_request:
95
branches:
106
- main
7+
- develop
118

129
jobs:
1310
build:

0 commit comments

Comments
 (0)