diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index d76088b01d..0803cee567 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -1,10 +1,12 @@ name: autofix.ci on: - pull_request: push: branches: - main + pull_request: + branches: + - main permissions: contents: read diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe3efb3890..6c0fd41cb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,11 @@ name: CI on: push: + branches: + - main + pull_request: + branches: + - main jobs: lint: