Skip to content

Commit

Permalink
Update automated-ios-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-128 authored Nov 18, 2024
1 parent 4a37f96 commit 2df104c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/automated-ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Automated iOS Build

on:
push:
branches: [ "main" ]
branches:
- "main"
tags:
- "build-ci*"
pull_request:
branches: [ "main" ]
branches:
- "main"

jobs:
build:
Expand All @@ -22,7 +26,9 @@ jobs:
code-signing-identity: ${{ secrets.CODE_SIGNING_IDENTITY }}
team-id: ${{ secrets.TEAM_ID }}
output-path: qBitControl.ipa
- uses: "marvinpinto/action-automatic-releases@latest"
- name: "Update Release"
if: startsWith(github.ref, 'refs/tags/build-ci')
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: true
Expand Down

0 comments on commit 2df104c

Please sign in to comment.