ci: run linter on default branch

This commit is contained in:
Romain Lespinasse
2020-11-01 21:31:23 +01:00
committed by GitHub
parent 549c11b4e2
commit cc560ad7b4

View File

@@ -1,6 +1,10 @@
name: Lint
on: [pull_request]
on:
push:
branches:
- v3.x
pull_request:
jobs:
lint: