From 8cd1bc6fa74fe804763134ff0e147f8fbf0dc6ac Mon Sep 17 00:00:00 2001 From: Vitaliy Potapov Date: Sat, 6 Apr 2024 17:32:58 +0400 Subject: [PATCH] ci: dont run lint on docs branch --- .github/workflows/lint.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e9d63936..d92ad1d0 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -2,6 +2,9 @@ name: lint on: push: + branches: [main] + pull_request: + branches: [main, beta] jobs: lint: