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 398b0da commit b7ba8e2Copy full SHA for b7ba8e2
.github/workflows/cmake-multi-platform.yml
@@ -9,10 +9,17 @@ on:
9
pull_request:
10
paths:
11
- 'inflection/**'
12
+ - '.github/workflows/**'
13
- '!data/**'
14
- '!documents/**'
15
- '!fst/**'
-
16
+ # Run the build when we merge into main
17
+ push:
18
+ branches:
19
+ - main
20
+ paths:
21
+ - 'inflection/**'
22
23
env:
24
ICU_MAJOR: '77'
25
ICU_MINOR: '1'
.github/workflows/ubuntu-memory-check.yml
@@ -7,10 +7,17 @@ on:
7
8
0 commit comments