Skip to content

Commit

Permalink
Update workflow to lint on all features.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsmithvmlyr committed Mar 26, 2024
1 parent dd10dc2 commit 4968647
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: Build and Lint

on:
push:
branches: [ "feature/enterprise" ]
branches: [ "feature/**" ]
pull_request:
branches: [ "feature/enterprise" ]
branches: [ "feature/**", "main", "10.**" ]
workflow_dispatch:
# Inputs the workflow accepts.

permissions:
contents: read

Expand Down

0 comments on commit 4968647

Please sign in to comment.