From f6dbe89d152e60148e42afb46872e7adce377024 Mon Sep 17 00:00:00 2001 From: jim-krueger Date: Wed, 24 Jan 2024 16:58:28 -0600 Subject: [PATCH] fix typo in yml file --- .github/workflows/maven-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-package.yml b/.github/workflows/maven-package.yml index 4000c40e..b3bfa858 100644 --- a/.github/workflows/maven-package.yml +++ b/.github/workflows/maven-package.yml @@ -3,9 +3,9 @@ name: Jakarta REST CI on: push: - branches: [ '3.2.0-SNAPSHOT' ] + branches: [ 'release-3.2' ] pull_request: - branches: [ '3.2.0-SNAPSHOT' ] + branches: [ 'release-3.2' ] jobs: build: