diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9693aee..f9a65df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: CI -on: [ push, pull_request ] +on: + push: + branches: + - main + pull_request: jobs: tests: diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 56f2939..f7110d1 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -1,6 +1,10 @@ name: Static Analysis -on: [ push, pull_request ] +on: + push: + branches: + - main + pull_request: jobs: phpstan: