From d605607a119d6f2aaaee7d164cec3d0c1bfd5827 Mon Sep 17 00:00:00 2001 From: Eno Date: Sat, 16 Mar 2024 21:51:19 +0800 Subject: [PATCH] chore: do not trigger the build on the master branch. (#10) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85e11fa..6588fc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - master tags: - '*' pull_request: