diff --git a/template/.github/workflows/checks.yml b/template/.github/workflows/checks.yml index 49074f5..f78096f 100644 --- a/template/.github/workflows/checks.yml +++ b/template/.github/workflows/checks.yml @@ -1,12 +1,6 @@ name: Checks -on: - pull_request: - branches: - - main - push: - branches: - - main +on: pull_request # Limit token permissions for security permissions: read-all