mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-17 03:18:28 +00:00
SQSCANGHA-25 Adapt events that trigger the qa workflow
This commit is contained in:
parent
be64f35726
commit
685bedffcd
1 changed files with 7 additions and 2 deletions
7
.github/workflows/qa.yml
vendored
7
.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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue