mirror of
https://github.com/sebastiandine/Card-Collection-Manager-3.git
synced 2026-08-29 01:08:49 +00:00
fix: sonarqube (#3)
* sonarqube * sonarqube * sonarqube --------- Co-authored-by: sdine <sdine@sdine.com>
This commit is contained in:
@@ -6,6 +6,9 @@ on:
|
|||||||
- master
|
- master
|
||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@@ -13,7 +16,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
sonarqube:
|
sonarqube:
|
||||||
name: SonarQube Cloud scan
|
name: SonarQube Cloud scan
|
||||||
if: github.event.pull_request.merged == true
|
if: github.event_name == 'push'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user