Skip to content

Commit fad7b67

Browse files
committed
Fix branches in publish-central-snapshot.yml
1 parent 3b8fdef commit fad7b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-central-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Snapshot to Maven Central
22

33
on:
44
push:
5-
branches: [main, 1.1.x 1.0.x]
5+
branches: [main, 1.1.x, 1.0.x]
66

77
jobs:
88
release:

0 commit comments

Comments
 (0)