chore(ci): disable elvis checks on pull requests

It is meaningless to do elvis checks on maintenance branches.
This commit is contained in:
William Yang 2021-05-05 10:48:10 +02:00 committed by Zaiming (Stone) Shi
parent 989ab64c21
commit 84e032f2e1
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
name: Elvis Linter
on: [pull_request]
on: [push]
jobs:
build: