From 6045155fbb25753ce9801f75493018405a91da25 Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Tue, 22 Feb 2022 00:10:25 +0800 Subject: [PATCH] action for all branches --- .github/workflows/auto-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index 5096a07..e3a2e93 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -5,7 +5,7 @@ name: BuildCI on: push: - branches: [master] + branches: ["**"] pull_request: branches: [master]