From 5b1a7dc0b2c18811dca82ec671379624a9d2376b Mon Sep 17 00:00:00 2001 From: Klaus Weinbauer <51136324+klausweinbauer@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:28:59 +0200 Subject: [PATCH] Update test-and-lint.yml --- .github/workflows/test-and-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index 6227181..f98f963 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -5,7 +5,7 @@ name: Test & Lint on: push: - branches: [ "dev" ] + branches: [ "dev", "main" ] pull_request: branches: [ "main" ]