From f6996077a10e094f5bdec578350cd4abf993cb9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20y=C4=B1ld=C4=B1z?= <90348934+omeryldzk@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:58:13 +0300 Subject: [PATCH] Update maven-publish.yml --- .github/workflows/maven-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 8df49b91..f143bf68 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -3,7 +3,7 @@ name: Maven Package on: push: branches: - - main # or specify the branch you want to trigger on + - master # or specify the branch you want to trigger on - localhost pull_request: branches: