mirror of
https://github.com/sebastiandine/Card-Collection-Manager-3.git
synced 2026-08-28 22:01:12 +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
|
||||
types:
|
||||
- closed
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@@ -13,7 +16,7 @@ permissions:
|
||||
jobs:
|
||||
sonarqube:
|
||||
name: SonarQube Cloud scan
|
||||
if: github.event.pull_request.merged == true
|
||||
if: github.event_name == 'push'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user