From 3d9f29cc54f18c465f22fa60f21202e852300635 Mon Sep 17 00:00:00 2001 From: Chris Hager Date: Wed, 19 Apr 2023 12:34:18 +0200 Subject: [PATCH] only run github ci checks once --- .github/workflows/lint.yml | 3 ++- .github/workflows/tests.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 28bf2ef3..97bd915d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,8 +2,9 @@ name: Linting on: push: + branches: + - main pull_request: - branches: [main] jobs: lint: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index de513aaa..cf8e2e8d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,8 +2,9 @@ name: Tests on: push: + branches: + - main pull_request: - branches: [main] jobs: test: