From 264ba6dde0fa8becf5824301ce30809739eba708 Mon Sep 17 00:00:00 2001 From: Andre Schulz Date: Sat, 11 May 2024 13:23:32 +0200 Subject: [PATCH] Test CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12ae055fc..48a1f3e9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: MVE GitHub Actions CI on: push: - branches: [ "master" ] + branches: [ "master", "gh_ci_test" ] pull_request: branches: [ "master" ]