Skip to content

Commit 6b7fc67

Browse files
committed
CI triggers
1 parent 2662f49 commit 6b7fc67

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/build_lean.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
- main
77
paths:
88
- "lean/**"
9+
- ".github/workflows/build_lean.yml"
910
pull_request:
1011
paths:
1112
- "lean/**"
13+
- ".github/workflows/build_lean.yml"
1214
workflow_dispatch:
1315
inputs:
1416
no-cache:

.github/workflows/build_python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
- main
77
paths:
88
- "python/**"
9+
- ".github/workflows/build_python.yml"
910
pull_request:
1011
paths:
1112
- "python/**"
13+
- ".github/workflows/build_python.yml"
1214
workflow_dispatch:
1315
inputs:
1416
no-cache:

.github/workflows/build_scratch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
- main
77
paths:
88
- "scratch/**"
9+
- ".github/workflows/build_scratch.yml"
910
pull_request:
1011
paths:
1112
- "scratch/**"
13+
- ".github/workflows/build_scratch.yml"
1214
workflow_dispatch:
1315
inputs:
1416
no-cache:

.github/workflows/build_wolfram.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
- main
77
paths:
88
- "wolfram/**"
9+
- ".github/workflows/build_wolfram.yml"
910
pull_request:
1011
paths:
1112
- "wolfram/**"
13+
- ".github/workflows/build_wolfram.yml"
1214
workflow_dispatch:
1315
inputs:
1416
no-cache:

0 commit comments

Comments
 (0)