mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-12 17:31:15 +00:00
SQSCANGHA-25 Adapt events that trigger the qa workflow
This commit is contained in:
parent
04623c1cb1
commit
f8003d5a3a
1 changed files with 7 additions and 2 deletions
9
.github/workflows/qa.yml
vendored
9
.github/workflows/qa.yml
vendored
|
|
@ -1,6 +1,11 @@
|
||||||
name: QA
|
name: QA
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
argsInputTest:
|
argsInputTest:
|
||||||
|
|
@ -128,4 +133,4 @@ jobs:
|
||||||
projectBaseDir: ./test/example-project
|
projectBaseDir: ./test/example-project
|
||||||
- name: Assert
|
- name: Assert
|
||||||
run: |
|
run: |
|
||||||
./test/assertFileExists ./test/example-project/.scannerwork/report-task.txt
|
./test/assertFileExists ./test/example-project/.scannerwork/report-task.txt
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue