Skip to content

Commit

Permalink
chore: disable build ipa file
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Dec 1, 2024
1 parent dcc2350 commit aba7b20
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions .github/workflows/build-ipa.yml
Original file line number Diff line number Diff line change
@@ -1,29 +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:
Expand Down

0 comments on commit aba7b20

Please sign in to comment.