Skip to content

Commit

Permalink
run code fixer workflow only on .php changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed Dec 18, 2023
1 parent 6bfb14c commit ae03929
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/fix-php-code-style-issues-cs-fixer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Check & fix styling

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

permissions:
contents: write
Expand Down

0 comments on commit ae03929

Please sign in to comment.