From 496864756341fcdb23c2f56e7f0ecb7f4c0908c4 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 25 Mar 2024 19:59:39 -0500 Subject: [PATCH] Update workflow to lint on all features. --- .github/workflows/php.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 6bf1a00..b26699f 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -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