We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b47176 commit 7902218Copy full SHA for 7902218
1 file changed
.github/workflows/ci.yaml
@@ -2,35 +2,19 @@
2
3
on:
4
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"
+ paths-ignore:
+ - ".editorconfig"
+ - "LICENSE"
+ - "**.md"
+ - "**.png"
+ - "**.svg"
19
push:
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: CI
36
0 commit comments