diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 33d60a9..0f8d276 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -2,9 +2,11 @@ name: PHP Composer on: push: - branches: ["master"] + branches: + - master pull_request: - branches: ["master"] + branches: + - master permissions: contents: read diff --git a/README.md b/README.md index 720919f..76c4996 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # PhpSlides/framework -The main code for PhpSlides.. +The main code for PhpSlides.