Skip to content

Commit 11c36e4

Browse files
committed
Fix to CI
1 parent 042362e commit 11c36e4

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
name: Lean Action CI
22

33
on:
4-
push:
54
pull_request:
6-
workflow_dispatch:
5+
paths:
6+
- "analysis/markov/**"
7+
push:
8+
branches:
9+
- main
10+
paths:
11+
- "analysis/markov/**"
712

813
jobs:
914
build:
1015
runs-on: ubuntu-latest
1116

1217
steps:
1318
- uses: actions/checkout@v4
14-
with:
15-
lake-package-directory: analsys/markov
16-
1719
- uses: leanprover/lean-action@v1
1820
with:
1921
lake-package-directory: analsys/markov

0 commit comments

Comments
 (0)