From 8d51967240f14c7f26f1d1893ed10f943ca8875b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veli=20Tasal=C4=B1?= Date: Mon, 11 Sep 2023 17:02:16 +0300 Subject: [PATCH] chore(ci/test): Run on all branches --- .github/workflows/maven-test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/maven-test.yml b/.github/workflows/maven-test.yml index 30517f3..f53034d 100644 --- a/.github/workflows/maven-test.yml +++ b/.github/workflows/maven-test.yml @@ -5,8 +5,6 @@ name: Maven Test on: push: - branches: - - master pull_request: branches: - master