Skip to content

Commit cb9bc57

Browse files
committed
Only trigger push event on master branch
1 parent d770a3a commit cb9bc57

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)