diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 348633c..a7fcad9 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -1,8 +1,8 @@ # Workflow derived from https://github.com/r-lib/actions/tree/v2/examples # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: - push: - branches: main + # push: + # branches: main pull_request: branches: main