From bd13f25a036333114dfabf1d3a675a195c490a8b Mon Sep 17 00:00:00 2001 From: Splines Date: Tue, 14 Nov 2023 18:36:40 +0100 Subject: [PATCH] Scope action for PRs --- .github/workflows/linter.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index c0fc703ca..55e8895ef 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -1,6 +1,12 @@ name: Linting -on: [push, pull_request] +on: + push: + branches: + - '**' + pull_request: + branches: + - 'main' # Continuous Releases jobs: