From 48e9e5575bf065c5b798f2d1d9be5c4ebc66eaa3 Mon Sep 17 00:00:00 2001 From: dxfeng10 Date: Fri, 4 Jun 2021 15:13:34 +0800 Subject: [PATCH] Update maven.yml --- .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 fd34b13..a505dfe 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -6,11 +6,11 @@ name: Java CI with Maven on: push: - branches: [ master,modules-starter ] + branches: [ master,develop ] tags: - 'v*' pull_request: - branches: [ master,modules-starter ] + branches: [ master,develop ] paths-ignore: - README.md - .gitignore