From d1b3be2f9c113fbe0b5cc33b0a19e53ec71936f5 Mon Sep 17 00:00:00 2001 From: wang1212 Date: Thu, 23 Jan 2025 15:01:31 +0800 Subject: [PATCH] ci: update workflow config --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ce67c2be9..6cb817597 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,9 +2,9 @@ name: 'CodeQL' on: push: - branches: ['next'] + branches: ['master'] pull_request: - branches: ['next'] + branches: ['master'] schedule: - cron: '35 10 * * 0' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 71f2510a0..f260642bf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - next + - master jobs: deploy-site: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2bddd375..14227e100 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: 🚀 Auto Release on: push: branches: - - next + - master jobs: release: