From 1b436837c1fce5fc6a914cebf8d07dc5584468ef Mon Sep 17 00:00:00 2001 From: Max Goisser Date: Fri, 27 Oct 2023 20:07:29 +0200 Subject: [PATCH] Adjust workflow to test pull requests --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e5551de55e7..f8c8f299a33e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,8 @@ on: - '*/*' # matches every branch containing a single '/' - '**' # matches every branch - '!main' # excludes `main` (where we have the `deploy` workflow + pull_request: + jobs: build-and-deploy: concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.