Skip to content

Commit 7902218

Browse files
Simplify
1 parent 2b47176 commit 7902218

1 file changed

Lines changed: 12 additions & 28 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,19 @@
22

33
on:
44
pull_request:
5-
paths:
6-
- ".github/workflows/**"
7-
- ".php-cs-fixer.dist.php"
8-
- "src/**"
9-
- "schema/**"
10-
- "tests/**"
11-
- "build/**"
12-
- "build.xml"
13-
- "composer.json"
14-
- "composer.lock"
15-
- "phpstan.neon"
16-
- "phpunit"
17-
- "phpunit.xml"
18-
- "phpunit.xsd"
5+
paths-ignore:
6+
- ".editorconfig"
7+
- "LICENSE"
8+
- "**.md"
9+
- "**.png"
10+
- "**.svg"
1911
push:
20-
paths:
21-
- ".github/workflows/**"
22-
- ".php-cs-fixer.dist.php"
23-
- "src/**"
24-
- "schema/**"
25-
- "tests/**"
26-
- "build/**"
27-
- "build.xml"
28-
- "composer.json"
29-
- "composer.lock"
30-
- "phpstan.neon"
31-
- "phpunit"
32-
- "phpunit.xml"
33-
- "phpunit.xsd"
12+
paths-ignore:
13+
- ".editorconfig"
14+
- "LICENSE"
15+
- "**.md"
16+
- "**.png"
17+
- "**.svg"
3418

3519
name: CI
3620

0 commit comments

Comments
 (0)