Skip to content

Commit 5012ebb

Browse files
committed
Tweaked CI config
1 parent 5d21bed commit 5012ebb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
tags:
7-
- 'v[0-9]+.*'
86
pull_request:
97
branches:
108
- main

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish package to the Maven Central Repository
1+
name: Publish package maven
22
on:
33
release:
44
types: [created]

0 commit comments

Comments
 (0)