From 0d11ced5f0aa2d02038fdc4407ab8d00d57cae4f Mon Sep 17 00:00:00 2001 From: Karoly Gossler Date: Tue, 13 Feb 2024 17:12:12 +0100 Subject: [PATCH] temporary allow feature branches --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 71201ae7..d4884fee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,6 +8,7 @@ on: - trying - staging - main + - 'feature/**' jobs: integration-tests: