Skip to content

Commit 41b1b45

Browse files
committed
Delete paths requirements from push condition
1 parent 43d862d commit 41b1b45

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/rust.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
paths:
8-
- ".github/workflows/rust.yml"
9-
- "rust/**"
10-
- "include/**"
11-
- "src/**"
127
pull_request:
138
paths:
149
- ".github/workflows/rust.yml"

.github/workflows/valgrind.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
paths:
8-
- "ext/**"
9-
- "include/**"
10-
- "src/**"
117
pull_request:
128
paths:
139
- "ext/**"

0 commit comments

Comments
 (0)