Skip to content

Commit 4d1a0b8

Browse files
committed
CI build GH Actions Fix
1 parent 5326fb4 commit 4d1a0b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven-pr-3.0.yml renamed to .github/workflows/maven-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Test PR 3.0
1+
name: Build Test PR
22

33
on:
44
pull_request:

.github/workflows/maven-push-3.0.yml renamed to .github/workflows/maven-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Build Test Push 3.0
1+
name: Build Test Push
22

33
on:
44
push:
5-
branches: [ "3.0.0" ]
5+
branches: [ "master" ]
66

77
jobs:
88
build_push_30:

0 commit comments

Comments
 (0)