From 4f01af87a46cefd3a8f02ae216240495cbaf6712 Mon Sep 17 00:00:00 2001 From: DarkSky Date: Mon, 8 Aug 2022 16:31:49 +0800 Subject: [PATCH] chore: trigger --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index cb60766a0a..342c5afd9c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -2,9 +2,9 @@ name: standard check on: push: - branches: [develop] + branches: [ "develop", "master" ] pull_request: - branches: [develop] + branches: [ "develop", "master" ] concurrency: group: ${{ github.workflow }}-${{ github.event.number || github.ref }}