From 03789d43e55612c31c5c00a2e14c5d5b73fac817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Wed, 26 Apr 2023 20:29:43 +0300 Subject: [PATCH] re-enable PR build --- .github/workflows/integration.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e334cb9d06..4d273d29b3 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -3,7 +3,10 @@ name: Integration tests on: push: tags-ignore: - - "*" + - '**' + pull_request: + branches: + - '**' jobs: integration-tests: