mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2025-12-28 21:23:14 +09:00
added the sonar github action
This commit is contained in:
5
.github/workflows/sonar-java.yml
vendored
5
.github/workflows/sonar-java.yml
vendored
@@ -1,12 +1,13 @@
|
||||
name: SonarCloud for Java
|
||||
name: SonarCloud Analysis for Java
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
paths: [ 'quartz-manager-parent/**' ]
|
||||
# paths: [ 'quartz-manager-parent/**' ]
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build and analyze
|
||||
|
||||
Reference in New Issue
Block a user