diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 2ec9432..fa4e694 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -2,8 +2,6 @@ name: CI on: push: - branches: ["main"] - pull_request: permissions: @@ -13,6 +11,7 @@ permissions: jobs: build_lint_etc: + if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name runs-on: ubuntu-latest