From 76fbb7f02932f646f3c76d327f32d7827ed8aabe Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 1 May 2020 17:11:57 +0200 Subject: [PATCH] GitHub actions: do not run action twice on PRs for real. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 879fe8c5..f935d91c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,7 +2,7 @@ name: Lint CI on: push: - branches-ignore: + branches: - master pull_request: branches: -- 2.34.1