mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-15 18:46:31 +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
|
||||
|
||||
on: push
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
run_qa:
|
||||
|
|
|
|||
Loading…
Reference in a new issue