From 07ffaeb57f55e9d5e408f1146d954cec985e5169 Mon Sep 17 00:00:00 2001 From: "mohammadfaisalkhatri@gmail.com" Date: Wed, 25 Jun 2025 17:38:01 +0300 Subject: [PATCH] updated maven workflow to run actions on main branch on push as well as pr --- .github/workflows/maven.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index daf4e73..fbd77f4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -11,9 +11,13 @@ name: Java CI with Maven on: push: branches: - - master + - main - issue-* + pull_request: + branches: + - main + permissions: statuses: write checks: write