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

Commit

Permalink
Update coding-standard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored Nov 4, 2019
1 parent 7732b41 commit 55ca7f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: 'Coding Standard'

on: [push, pull_request]
on:
push:
paths:
- '**.php'
pull_request:
paths:
- '**.php'

jobs:
php-cs-fixer:
Expand Down

0 comments on commit 55ca7f7

Please sign in to comment.