Skip to content

Commit

Permalink
Add triggering of CI Build on maintenance branches
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrszul committed Nov 17, 2021
1 parent 486fe97 commit b287993
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ name: Java and Python CI with Maven

on:
push:
branches: [ master ]
branches:
- master
- branch-*
pull_request:
branches: [ master ]

branches:
- master
- branch-*
jobs:
build:

Expand Down

0 comments on commit b287993

Please sign in to comment.