same triggers (push, PRs) for js, mega-linter, sonar
This commit is contained in:
parent
0158bd64a6
commit
4288bf1d39
3 changed files with 6 additions and 11 deletions
4
.github/workflows/sonar.yml
vendored
4
.github/workflows/sonar.yml
vendored
|
|
@ -1,10 +1,8 @@
|
|||
name: Sonar
|
||||
|
||||
# Run on push in any branch and changes in PRs.
|
||||
on:
|
||||
# Trigger analysis when pushing in main or pull requests, and when creating a pull request.
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue