From 84e032f2e1865d0912e0d3f39fa6d5269246db0b Mon Sep 17 00:00:00 2001 From: William Yang Date: Wed, 5 May 2021 10:48:10 +0200 Subject: [PATCH] chore(ci): disable elvis checks on pull requests It is meaningless to do elvis checks on maintenance branches. --- .github/workflows/elvis_lint.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/elvis_lint.yaml b/.github/workflows/elvis_lint.yaml index 6f9d8d31a..8795142ca 100644 --- a/.github/workflows/elvis_lint.yaml +++ b/.github/workflows/elvis_lint.yaml @@ -1,6 +1,7 @@ name: Elvis Linter -on: [pull_request] +on: [push] + jobs: build: