diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 96de9ef..8b96225 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -2,9 +2,9 @@ name: PHP Composer on: push: - branches: [ "v0.x" ] + branches: [ "*" ] pull_request: - branches: [ "v0.x" ] + branches: [ "*" ] permissions: contents: read