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 92881e5 commit e59239bCopy full SHA for e59239b
.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
jobs:
21
build:
.github/workflows/sonar.yml
@@ -6,14 +6,16 @@ on:
- 'assets/**'
- - 'config/**'
types: [opened, synchronize, reopened]
env:
SONARCLOUD_ORG: ${{ github.event.organization.login }}
0 commit comments