Skip to content

Commit

Permalink
Run PHP syntax workflow only against trunk to save minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahegyes committed Apr 30, 2024
1 parent 4ec8374 commit abf6ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-syntax-errors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: PHP Syntax Errors

on:
push:
branches: [ trunk, develop ]
branches: [ trunk ]
pull_request:
branches: [ trunk, develop ]
branches: [ trunk ]

jobs:
lint-php-files:
Expand Down

0 comments on commit abf6ae3

Please sign in to comment.