Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 55ca7f7

Browse files
authored
Update coding-standard.yml
1 parent 7732b41 commit 55ca7f7

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/coding-standard.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: 'Coding Standard'
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths:
6+
- '**.php'
7+
pull_request:
8+
paths:
9+
- '**.php'
410

511
jobs:
612
php-cs-fixer:

0 commit comments

Comments
 (0)