Merge pull request #3667 from dmitrylyzo/release-lint-job
Enable Lint job on release branches (cherry picked from commit f1274041ce4dcb5745ab73af277c3a7d99ba332f) Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
@@ -2,9 +2,9 @@ name: Lint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ master, release* ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ master, release* ]
|
||||
|
||||
jobs:
|
||||
run-eslint:
|
||||
|
||||
Reference in New Issue
Block a user