Change iOS ci condition

This commit is contained in:
Trebor-Huang
2021-10-31 19:34:17 +08:00
parent 9dcbd86fc3
commit 490cf44132

View File

@@ -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