Skip to content

Commit 4f3638d

Browse files
ci: Run on Cargo.lock changes as well
1 parent 0e38d2d commit 4f3638d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
branches:
44
- "main"
55
paths:
6+
- "Cargo.lock"
67
- ".github/workflows/CI.yml"
78
- "examples/**"
89
- "gdk4/**"
@@ -15,6 +16,7 @@ on:
1516
- "gtk4-macros/**"
1617
pull_request:
1718
paths:
19+
- "Cargo.lock"
1820
- ".github/workflows/CI.yml"
1921
- "examples/**"
2022
- "gdk4/**"

0 commit comments

Comments
 (0)