From d6458c2c69be7f810ca27fed51e58aa683055504 Mon Sep 17 00:00:00 2001 From: Leung Cheng Date: Wed, 17 Jan 2024 22:19:11 +0800 Subject: [PATCH] Add branches-ignore --- .github/workflows/common.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index ae89f08..dc1b327 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -1,4 +1,7 @@ -on: [push] +on: + push: + branches-ignore: + - main # Because "Require branches to be up to date before merging" is enabled for main. The checking will be completed before pull request can be merged. name: Common checks jobs: checks: