Skip to content

Commit 01a21ae

Browse files
committed
auto-build on push only for develop branch
1 parent 6072ab3 commit 01a21ae

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/maven-build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ name: Build
44

55
on:
66
push:
7-
branches-ignore:
8-
- master
9-
- experimental/**
7+
branches:
8+
- develop
109
pull_request:
1110
types: [opened, synchronize, reopened]
12-
branches-ignore:
13-
- master
14-
- experimental/**
1511
workflow_dispatch:
1612

1713
jobs:

0 commit comments

Comments
 (0)