Skip to content

Commit

Permalink
only run phpcs when PHP files are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleBlanchette committed Dec 10, 2023
1 parent 446e1ea commit faf7b89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: PHPCS Check

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

jobs:
phpcs:
Expand Down

0 comments on commit faf7b89

Please sign in to comment.