Skip to content

Commit

Permalink
DEV: Update phpcbf workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
anantajitjg committed Jun 28, 2022
1 parent 82702e8 commit 98ea96c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/phpcbf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: WP Job Openings Coding Standards based Formatting
on:
push:
branches: [ dev-branch, v3-dev-branch ]
paths:
- 'phpcs.xml'
- '**.php'
pull_request:
branches: [ dev-branch, v3-dev-branch ]
paths:
- 'phpcs.xml'
- '**.php'

jobs:
build:
Expand Down

0 comments on commit 98ea96c

Please sign in to comment.