We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff92e4a commit 39be717Copy full SHA for 39be717
2 files changed
.github/workflows/checkBuild.yml
@@ -6,10 +6,16 @@ on:
6
branches: [ develop ]
7
paths-ignore:
8
- '**.md'
9
+ - '.config/**'
10
+ - '.idea/**'
11
+ - 'assets/**'
12
pull_request:
13
14
15
16
17
18
19
20
env:
21
PRIMARY_MAVEN_MODULE: ${{ github.event.repository.name }}
.github/workflows/sonar.yml
@@ -6,14 +6,16 @@ on:
- 'assets/**'
- - 'config/**'
types: [opened, synchronize, reopened]
SONARCLOUD_ORG: ${{ github.event.organization.login }}
0 commit comments