Skip to content

Commit c47e03a

Browse files
authored
Merge pull request #2531 from ligangty/master
Only trigger push event on master branch
2 parents d770a3a + cb9bc57 commit c47e03a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/maven-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ name: maven push
2121

2222
on:
2323
push:
24+
branches:
25+
- 'master'
2426
paths:
2527
- 'addons/**'
2628
- 'api/**'

0 commit comments

Comments
 (0)