From d0f856e91f830eb2cc03e44ba470cf79d618ed55 Mon Sep 17 00:00:00 2001 From: jwelzel <52565341+JuliusWelzel@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:32:42 +0200 Subject: [PATCH] Add development-main branch to test and lint --- .github/workflows/test-and-lint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index 93619de2..811562f3 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -2,13 +2,15 @@ name: lint-and-test on: # Trigger the workflow on push or pull request, - # but only for the main branch + # but only for the main branch and development-main push: branches: - main + - development-main pull_request: branches: - main + - development-main jobs: test: