Skip to content

Commit 80a8822

Browse files
committed
CI: fix trigger paths
1 parent 08d89b4 commit 80a8822

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/JETLS.jl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "src/**"
99
- "test/**"
1010
- "LSP/**"
11+
- "Project.toml"
1112
- ".github/workflows/JETLS.jl.yml"
1213
pull_request:
1314
branches-ignore:
@@ -16,6 +17,7 @@ on:
1617
- "src/**"
1718
- "test/**"
1819
- "LSP/**"
20+
- "Project.toml"
1921
- ".github/workflows/JETLS.jl.yml"
2022

2123
jobs:

.github/workflows/LSP.jl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- master
77
paths:
88
- "LSP/**"
9+
- "LSP/Project.toml"
910
- ".github/workflows/LSP.jl.yml"
1011
pull_request:
1112
branches-ignore:
1213
- release
1314
paths:
1415
- "LSP/**"
16+
- "LSP/Project.toml"
1517
- ".github/workflows/LSP.jl.yml"
1618

1719
jobs:

0 commit comments

Comments
 (0)