Skip to content

Commit ea13f60

Browse files
Merge branch '9.6' into 10.5
* 9.6: Simplify Restric CI to changes in the listed files/directories
2 parents 4c8a2c7 + 0e617d4 commit ea13f60

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
# https://docs.github.com/en/actions
22

33
on:
4-
pull_request: null
5-
push: null
4+
pull_request:
5+
paths-ignore:
6+
- ".editorconfig"
7+
- "LICENSE"
8+
- "**.md"
9+
- "**.png"
10+
- "**.svg"
11+
push:
12+
paths-ignore:
13+
- ".editorconfig"
14+
- "LICENSE"
15+
- "**.md"
16+
- "**.png"
17+
- "**.svg"
618

719
name: CI
820

0 commit comments

Comments
 (0)