From b5eeb608fd6a2378fe2eb86722d84fe13dfa228b Mon Sep 17 00:00:00 2001 From: Dimple Kuriakose <123362247+k-dimple@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:51:48 +0530 Subject: [PATCH] Limit the CI runs --- sp-files/.github/workflows/markdown-style-checks.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sp-files/.github/workflows/markdown-style-checks.yml b/sp-files/.github/workflows/markdown-style-checks.yml index 2655e8eb..270fba73 100644 --- a/sp-files/.github/workflows/markdown-style-checks.yml +++ b/sp-files/.github/workflows/markdown-style-checks.yml @@ -1,6 +1,12 @@ name: "Linter for Markdown" -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: + branches: + - '*' jobs: markdown-lint: