From d835dfb574336fb095b70c8f6e0b3bc770197391 Mon Sep 17 00:00:00 2001 From: Ryan Ashcraft Date: Tue, 18 Jun 2024 11:32:11 -0400 Subject: [PATCH] :green_heart: test ci workflow fix --- .github/workflows/maven.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index fcb21b9d..a5f824f5 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -17,7 +17,7 @@ on: type: string default: 'dev' push: - branches: [ "dev" ] + branches: [ "dev", "ci-workflow-fix" ] pull_request_target: branches: [ "**" ]