diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 46b8ad5..019f0d6 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -1,5 +1,11 @@ -on: push -name: Code Style +name: Styles + +on: + push: + branches: [ main, develop ] + pull_request: + branches: [ main ] + jobs: php: runs-on: ubuntu-latest