From 636096c713568b251dfdced4a8987abcd375e5e5 Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 5 Mar 2024 12:07:15 +0800 Subject: [PATCH] ci: main branch name in this repository is 'master'; add 'workflow_dispatch' event to enable trigger it manually --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b6f8c6b..c64864f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,10 @@ name: Continuous Integration on: push: branches: - - main - - 'feature/**' + - master pull_request: - branches: [main] + branches: [master] + workflow_dispatch: jobs: build: name: Build