From d1bc977e973266c3d7077241d8ebe307566a9367 Mon Sep 17 00:00:00 2001 From: hsm207 Date: Fri, 26 Jan 2024 14:06:22 +0000 Subject: [PATCH] set workflow to run on main --- .github/workflows/prebuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: