There was an error while loading. Please reload this page.
1 parent 314e149 commit dbe2820Copy full SHA for dbe2820
1 file changed
.github/workflows/continuous-build-data.yml
@@ -1,16 +1,18 @@
1
-name: Build
+name: Build phrase database
2
on:
3
push:
4
paths:
5
- 'Source/Data/**'
6
+ - '.github/workflows/continuous-build-data.yml'
7
pull_request:
8
9
10
11
12
jobs:
13
build:
14
name: Build phrase database
- runs-on: macOS-15
15
+ runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v5
18
- uses: actions/setup-python@v6
0 commit comments