Skip to content

Commit b48d76f

Browse files
authored
chore: introduce a paths condition in the CI action (#589)
1 parent c3b6373 commit b48d76f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,22 @@ on:
77
- reopened
88
- synchronize
99
- ready_for_review
10+
paths: &watch
11+
- '.cargo/**'
12+
- 'cli/**'
13+
- 'crates/**'
14+
- 'deno/**'
15+
- 'ext/**'
16+
- 'vendor/**'
17+
- '.env'
18+
- 'Cargo.lock'
19+
- 'Cargo.toml'
20+
- 'rust-toolchain.toml'
1021
push:
1122
branches:
1223
- main
1324
- develop
25+
paths: *watch
1426
workflow_dispatch:
1527

1628
permissions:

0 commit comments

Comments
 (0)