diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 018b8db..44ec833 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -2,9 +2,9 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: push: - branches: [main, master] + branches: [dev] pull_request: - branches: [main, master] + branches: [dev] name: lint.yaml