From 001ed7c897b73395eb7bec304cbc26f7a5fb47fb Mon Sep 17 00:00:00 2001 From: Dominik Grzelak Date: Tue, 28 May 2024 12:59:45 +0200 Subject: [PATCH] removed testing branch --- .github/workflows/ci-maven-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-maven-test.yml b/.github/workflows/ci-maven-test.yml index 072ea30..c057e82 100644 --- a/.github/workflows/ci-maven-test.yml +++ b/.github/workflows/ci-maven-test.yml @@ -2,9 +2,9 @@ name: Java Maven CI for Tests on: push: - branches: [ main, testing ] + branches: [ main ] pull_request: - branches: [ main, testing ] + branches: [ main ] jobs: build: