Skip to content

Commit 6bdfc2f

Browse files
committed
[workflows]: Publish (to snapshots repository) when there are pushes on "develop".
1 parent 0708af3 commit 6bdfc2f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Publish package to the Maven Central Repository
22

33
on:
4+
push:
5+
branches:
6+
- 'develop'
7+
48
release:
59
types: [created]
610

0 commit comments

Comments
 (0)