Enable Lint job on release branches

This commit is contained in:
Dmitry Lyzo
2022-05-22 13:51:24 +03:00
parent 1be3d30027
commit 8f4e87dd1f
+2 -2
View File
@@ -2,9 +2,9 @@ name: Lint
on:
push:
branches: [ master ]
branches: [ master, release* ]
pull_request:
branches: [ master ]
branches: [ master, release* ]
jobs:
run-eslint: