mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 05:55:35 +00:00
ICU-21473 Enable GHA CI on maint/maint* branches
This commit is contained in:
parent
01da2732b7
commit
56b4630ada
1 changed files with 4 additions and 2 deletions
6
.github/workflows/icu_ci.yml
vendored
6
.github/workflows/icu_ci.yml
vendored
|
@ -7,9 +7,11 @@ name: GHA CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches:
|
||||
- master
|
||||
- 'maint/maint*'
|
||||
pull_request:
|
||||
branches: '*'
|
||||
branches: '**'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue