Skip to content

Commit 440a79b

Browse files
authored
Fix condition
1 parent a6b7a7d commit 440a79b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Publish to maven central
33
on:
44
pull_request:
55
push:
6-
paths:
7-
- '**'
6+
branches:
7+
- main
88
tags:
99
- '**'
1010
schedule:

0 commit comments

Comments
 (0)