mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
add features branch to github actions
This commit is contained in:
parent
a0babfe1a5
commit
e01ec327c6
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
Loading…
Reference in a new issue