From 0aae72be7557c4c18cded64931bf77b0846f7bea Mon Sep 17 00:00:00 2001 From: cav-ipb Date: Sat, 1 Jun 2024 10:44:31 +0200 Subject: [PATCH 1/2] Add integration test to main branch --- .github/workflows/ci-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index 20625f4..bc9b0c5 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -3,7 +3,7 @@ name: continuous-integration-test on: pull_request: branches: - - dev + - main jobs: build: From 1c3bae5cc377d8d03a7b8c3ea1fa591c294fbec4 Mon Sep 17 00:00:00 2001 From: cav-ipb Date: Sat, 1 Jun 2024 10:45:10 +0200 Subject: [PATCH 2/2] Fix integration test --- .github/workflows/ci-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index bc9b0c5..06f3e56 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -3,6 +3,7 @@ name: continuous-integration-test on: pull_request: branches: + - dev - main jobs: