Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit c26daec

Browse files
committed
remove path limitation in GH workflow
1 parent 47caffd commit c26daec

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,9 @@ on:
44
pull_request:
55
branches:
66
- main
7-
paths:
8-
- "src"
9-
- "Cargo*"
10-
- ".cargo"
11-
- ".github/workflows/main.yml"
12-
- "rustfmt.toml"
137
push:
148
branches:
159
- main
16-
paths:
17-
- "src"
18-
- "Cargo*"
19-
- ".cargo"
20-
- ".github/workflows/main.yml"
21-
- "rustfmt.toml"
2210

2311
env:
2412
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)