add features branch to github actions

This commit is contained in:
Rodolphe Fontaine 2024-10-18 11:31:01 +02:00
parent a0babfe1a5
commit e01ec327c6

View file

@ -5,9 +5,9 @@ name: Java CI with Maven
on:
push:
branches: [ main ]
branches: [ main, features ]
pull_request:
branches: [ main ]
branches: [ main, features ]
jobs:
build: