From eb7dc56e65089b56a25a3b9ba087fd67ce85f957 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Sun, 12 Nov 2023 18:02:32 +0100 Subject: [PATCH] actions: enable test-build jobs for git push, too --- .github/workflows/test-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 392a0d27..97ae9311 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -1,6 +1,7 @@ name: test-build on: pull_request: + push: concurrency: group: "${{ github.ref }}" cancel-in-progress: true