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

Commit

Permalink
fix : workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Nov 21, 2019
1 parent 8c3c192 commit 0711fee
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: "PHP Coding Standard"

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

jobs:
php-cs-fixer:
Expand Down

0 comments on commit 0711fee

Please sign in to comment.