ICU-22721 Have the testdata folder trigger CI actions for both icu4c & icu4j

This commit is contained in:
Mihai Nita 2024-09-21 02:41:59 +00:00 committed by Mihai Nita
parent 0334d92394
commit 9fb6dca1f9
5 changed files with 9 additions and 0 deletions

View file

@ -8,6 +8,7 @@ on:
- '**.cpp'
- '**.cxx'
- '**.h'
- 'testdata/**'
- '.github/workflows/**'
push:
branches:
@ -19,6 +20,7 @@ on:
- '**.cpp'
- '**.cxx'
- '**.h'
- 'testdata/**'
- '.github/workflows/**'
workflow_dispatch:
permissions: {}

View file

@ -12,11 +12,13 @@ on:
- 'maint/maint*'
paths:
- 'icu4c/**'
- 'testdata/**'
- '.github/workflows/**'
pull_request:
branches: '**'
paths:
- 'icu4c/**'
- 'testdata/**'
- '.github/workflows/**'
workflow_dispatch:
# To trigger the Env Test workflow manually, follow the instructions in

View file

@ -12,11 +12,13 @@ on:
- 'maint/maint*'
paths:
- 'icu4j/**'
- 'testdata/**'
- '.github/workflows/**'
pull_request:
branches: '**'
paths:
- 'icu4j/**'
- 'testdata/**'
- '.github/workflows/**'
workflow_dispatch:
# To trigger the Env Test workflow manually, follow the instructions in

View file

@ -19,6 +19,7 @@ on:
paths:
- 'icu4c/**'
- 'icu4j/**'
- 'testdata/**'
- '.github/workflows/**'
schedule:
# Runs daily on default branch (main) only.

View file

@ -13,11 +13,13 @@ on:
- 'maint/maint*'
paths:
- 'icu4c/**'
- 'testdata/**'
- '.github/workflows/**'
pull_request:
branches: '**'
paths:
- 'icu4c/**'
- 'testdata/**'
- '.github/workflows/**'
# For non-release branches (namely: PRs), only run CI on the most recent commit. Cancel