We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0bf12 commit 500123bCopy full SHA for 500123b
.github/workflows/icu_exhaustive_tests.yml
@@ -21,6 +21,12 @@ on:
21
- 'icu4j/**'
22
- 'testdata/**'
23
- '.github/workflows/**'
24
+ # run exhaustive texts on PRs that modify resource files
25
+ pull_request:
26
+ branches: '**'
27
+ paths:
28
+ - 'icu4c/source/data/**'
29
+ - 'icu4j/**/src/main/resources/com/ibm/icu/impl/data/icudata/**'
30
schedule:
31
# Runs daily on default branch (main) only.
32
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
0 commit comments