From d657bf29756460c1201b878df5525099ed016c85 Mon Sep 17 00:00:00 2001 From: xuxueli <931591021@qq.com> Date: Sat, 11 Jan 2025 19:51:27 +0800 Subject: [PATCH] Update RM --- .github/workflows/maven.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c31e1879..3231d1a9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,10 +1,10 @@ name: Java CI - -push: - branches: [ "master" ] -pull_request: - branches: [ "master" ] +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] jobs: build: