diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 1ef7894..e152edc 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -2,9 +2,9 @@ name: PHP Composer on: push: - branches: [ "main" ] + branches: [ "index.php" ] pull_request: - branches: [ "main" ] + branches: [ "index.php" ] permissions: contents: read