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
3
.github/workflows/js.yml
vendored
3
.github/workflows/js.yml
vendored
|
|
@ -1,7 +1,10 @@
|
|||
name: "JS: deps, lint, tests"
|
||||
|
||||
# Run on push in any branch and changes in PRs.
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue