Skip to content

Commit

Permalink
build(phpcbf.yml) run on src, includes changes only
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Oct 8, 2023
1 parent f357cdb commit 995fd3a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/phpcbf.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow

name: "PHPCBF automatically fix violations"

on:
on: # yamllint disable-line rule:truthy
push:
paths:
- "src/**"
- "includes/**"
branches:
- master

Expand Down

0 comments on commit 995fd3a

Please sign in to comment.