From a897212055dcaca668e9181b63b091f600937fc0 Mon Sep 17 00:00:00 2001 From: hubert Date: Wed, 25 Dec 2024 11:50:15 +0800 Subject: [PATCH] chore: workflow commitlint add next branch check --- .github/workflows/commitlint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 1c8481b..176a819 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -2,9 +2,9 @@ name: Check Commit spec on: push: - branches: [master] + branches: [master, next] pull_request: - branches: [master] + branches: [master, next] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: