From 80c11d033d7428d81c2c30ee125b1734950dda6b Mon Sep 17 00:00:00 2001 From: Rafal Jankowski Date: Thu, 11 Apr 2024 15:11:26 +0200 Subject: [PATCH] Fixed integration tests trigger for main branch --- .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 2089b54..7c1da13 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -6,7 +6,7 @@ on: pull_request: push: branches: - - master + - main jobs: test: