Skip to content

Commit b132b89

Browse files
committed
simplify action trigger
1 parent 49e9f27 commit b132b89

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/maven-build.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ name: Build
44

55
on:
66
push:
7-
branches-ignore:
8-
- master
9-
- experimental/**
7+
branches:
8+
- develop
109
pull_request:
11-
types: [opened, synchronize, reopened]
12-
branches-ignore:
13-
- master
14-
- experimental/**
1510
workflow_dispatch:
1611

1712
jobs:
@@ -31,6 +26,6 @@ jobs:
3126
os: ${{ matrix.os }}
3227
java-version: ${{ matrix.java }}
3328
sonar-run-on-os: ubuntu-latest
34-
sonar-run-on-java-version: 17
29+
sonar-run-on-java-version: 21
3530
sonar-token: ${{ secrets.SONAR_TOKEN }}
3631
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)