mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-16 02:56:30 +00:00
feat: run qa action for push and pull_request or manually
This commit is contained in:
parent
b83926d45e
commit
d1fa91d310
1 changed files with 1 additions and 1 deletions
2
.github/workflows/qa.yml
vendored
2
.github/workflows/qa.yml
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
name: QA
|
name: QA
|
||||||
|
|
||||||
on: push
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_qa:
|
run_qa:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue