diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index 6fe1c4e..861c529 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -2,9 +2,9 @@ name: Pre-build checks on: push: - branches: [ ci ] + branches: [ main ] pull_request: - branches: [ ci ] + branches: [ main ] jobs: lint_check: