Skip to content

Commit

Permalink
Rename action to prevent need to change
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Jan 12, 2024
1 parent cb1a57f commit 502170e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Coding Standards

on:
pull_request:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

jobs:
coding-standards:
if: github.event.pull_request.draft == false
name: PHP Coding Standards
uses: alleyinteractive/.github/.github/workflows/php-coding-standards.yml@main
with:
working-directory: plugin

0 comments on commit 502170e

Please sign in to comment.