Skip to content

Commit b7ba8e2

Browse files
authored
Inflection 140: Change the build process to also build on merging (#139)
* Update cmake-multi-platform.yml * Update ubuntu-memory-check.yml * Update ubuntu-memory-check.yml * Update cmake-multi-platform.yml
1 parent 398b0da commit b7ba8e2

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@ on:
99
pull_request:
1010
paths:
1111
- 'inflection/**'
12+
- '.github/workflows/**'
1213
- '!data/**'
1314
- '!documents/**'
1415
- '!fst/**'
15-
16+
# Run the build when we merge into main
17+
push:
18+
branches:
19+
- main
20+
paths:
21+
- 'inflection/**'
22+
- '.github/workflows/**'
1623
env:
1724
ICU_MAJOR: '77'
1825
ICU_MINOR: '1'

.github/workflows/ubuntu-memory-check.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@ on:
77
pull_request:
88
paths:
99
- 'inflection/**'
10+
- '.github/workflows/**'
1011
- '!data/**'
1112
- '!documents/**'
1213
- '!fst/**'
13-
14+
# Run the build when we merge into main
15+
push:
16+
branches:
17+
- main
18+
paths:
19+
- '.github/workflows/**'
20+
- 'inflection/**'
1421
env:
1522
ICU_MAJOR: '77'
1623
ICU_MINOR: '1'

0 commit comments

Comments
 (0)