Skip to content

Commit 313757d

Browse files
committed
auto-build on push only for develop branch
1 parent cb5eca3 commit 313757d

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/maven-build.yml

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

55
on:
66
push:
7-
branches-ignore:
8-
- master
9-
- experimental/**
7+
branches:
8+
- develop
109
pull_request:
11-
branches-ignore:
12-
- master
13-
- experimental/**
10+
types: [opened, synchronize, reopened]
1411
workflow_dispatch:
1512

1613
jobs:

0 commit comments

Comments
 (0)