From e5e42cef0ae74a72e3094d9542b6225a880f926a Mon Sep 17 00:00:00 2001 From: TIMER_err Date: Sat, 21 Sep 2024 23:50:54 +0800 Subject: [PATCH] workflow build --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6e0d40..a77309c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,6 @@ on: jobs: build: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' steps: - name: Checkout repository and submodules uses: actions/checkout@v4