ICU-21473 Enable GHA CI on maint/maint* branches

This commit is contained in:
Jeff Genovy 2021-01-27 12:02:23 -08:00
parent 01da2732b7
commit 56b4630ada

View file

@ -7,9 +7,11 @@ name: GHA CI
on:
push:
branches: [ master ]
branches:
- master
- 'maint/maint*'
pull_request:
branches: '*'
branches: '**'
jobs: