Skip to content

Commit dbe2820

Browse files
committed
Address code review comments
1 parent 314e149 commit dbe2820

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/continuous-build-data.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
name: Build
1+
name: Build phrase database
22
on:
33
push:
44
paths:
55
- 'Source/Data/**'
6+
- '.github/workflows/continuous-build-data.yml'
67
pull_request:
78
paths:
89
- 'Source/Data/**'
10+
- '.github/workflows/continuous-build-data.yml'
911

1012
jobs:
1113
build:
1214
name: Build phrase database
13-
runs-on: macOS-15
15+
runs-on: ubuntu-latest
1416
steps:
1517
- uses: actions/checkout@v5
1618
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)