Skip to content

Commit f925ad7

Browse files
authored
Enable CI again as LFS quota is back.
1 parent 300dfb5 commit f925ad7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
# Keep it for manual runs.
77
workflow_dispatch:
88
# Run it on all branches but ignore some paths.
9-
# pull_request:
10-
# paths:
11-
# - 'inflection/**'
12-
# - '!data/**'
13-
# - '!documents/**'
14-
# - '!fst/**'
9+
pull_request:
10+
paths:
11+
- 'inflection/**'
12+
- '!data/**'
13+
- '!documents/**'
14+
- '!fst/**'
1515

1616
jobs:
1717
build:

0 commit comments

Comments
 (0)