From 54eaac41f92ab169627a5b8d6e223b1f5ee56bc0 Mon Sep 17 00:00:00 2001 From: lin onetwo Date: Sun, 1 Dec 2024 17:49:21 +0800 Subject: [PATCH] chore: disable build ipa file --- .github/workflows/build-ipa.yml | 48 ++++++++++++++++----------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/build-ipa.yml b/.github/workflows/build-ipa.yml index 9629bfd..a50bd7d 100644 --- a/.github/workflows/build-ipa.yml +++ b/.github/workflows/build-ipa.yml @@ -1,30 +1,30 @@ name: Build IPA # not working without xcode p12 file -# on: -# workflow_dispatch: -# push: -# tags: -# - 'ipa-v*.*.*' -# - 'v*.*.*' -# paths-ignore: -# - 'README.md' -# - 'wiki/**' -# - 'public/**' -# - 'scripts/**' -# - '.vscode' -# - '.idea' -# pull_request: -# branches: -# - master -# - main -# paths-ignore: -# - 'README.md' -# - 'wiki/**' -# - 'public/**' -# - '.scripts/**' -# - '.vscode' -# - '.idea' +on: + workflow_dispatch: + push: + tags: + - 'ipa-v*.*.*' + # - 'v*.*.*' + paths-ignore: + - 'README.md' + - 'wiki/**' + - 'public/**' + - 'scripts/**' + - '.vscode' + - '.idea' + # pull_request: + # branches: + # - master + # - main + # paths-ignore: + # - 'README.md' + # - 'wiki/**' + # - 'public/**' + # - '.scripts/**' + # - '.vscode' + # - '.idea' jobs: build: