From 490cf441322d40d7ae812e44ae2344665c9c43ab Mon Sep 17 00:00:00 2001 From: Trebor-Huang <2300936257@qq.com> Date: Sun, 31 Oct 2021 19:34:17 +0800 Subject: [PATCH] Change iOS ci condition --- .github/workflows/dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 93162c8e..ce17f9ae 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -117,6 +117,7 @@ jobs: build-iOS: runs-on: macos-latest + if: (!startsWith( github.ref , 'refs/heads/ci-')) || startsWith( github.ref , 'refs/heads/ci-ios-') needs: get-info steps: - uses: actions/checkout@v2