From 5b018cf6af83bda2fca6102b1ef2f9a0e4eb7aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bruckert?= Date: Mon, 21 Apr 2025 15:52:33 +0100 Subject: [PATCH] Fix main branch name --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 40e02a6..0bd4404 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -3,7 +3,7 @@ name: Integration tests on: push: branches: - - main + - master pull_request_target: types: [opened, synchronize, reopened]