diff --git a/.github/workflows/push_code_linting.yml b/.github/workflows/push_code_linting.yml index 77d3de5..31a32b4 100644 --- a/.github/workflows/push_code_linting.yml +++ b/.github/workflows/push_code_linting.yml @@ -1,6 +1,11 @@ name: Code Linting Annotation on: - pull_request_target: + pull_request: + branches: + - main + - next + - beta + - "*.x" push: branches: - main @@ -9,7 +14,7 @@ on: - "*.x" concurrency: - group: ci-${{ github.event.pull_request.number || github.ref }} + group: ci-linting-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: eslint_annotation: