From 9111127bbedc5772b2cbc6f9c26de3e01ac0ba02 Mon Sep 17 00:00:00 2001 From: Pouryafard75 Date: Tue, 2 Jul 2024 21:38:55 -0400 Subject: [PATCH] Run the CI workflow for all branches --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9aedbfa3495..33fbe127c1d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,9 +10,9 @@ name: Java CI with Maven on: push: - branches: [ "master" ] + branches: [ "*" ] pull_request: - branches: [ "master" ] + branches: [ "*" ] jobs: build: