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.
2 parents e526b5c + 2920093 commit 21cc7bfCopy full SHA for 21cc7bf
.github/workflows/coding-style.yml
@@ -1,6 +1,14 @@
1
name: Coding Style
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ paths:
6
+ - .github/workflows/coding-style.yml
7
+ - "**.php"
8
+ pull_request:
9
10
11
12
13
jobs:
14
php:
.github/workflows/phpunit.yml
@@ -2,7 +2,19 @@ name: PHPUnit
on:
pull_request:
+ - .github/workflows/phpunit.yml
+ - "src/**"
+ - "tests/**"
+ - composer.json
+ - phpunit.xml.dist
push:
15
16
17
18
19
20
ubuntu:
0 commit comments