Skip to content

Commit

Permalink
Test submit (#138)
Browse files Browse the repository at this point in the history
* add testbuild

* remove testbuild and fix workflow file
  • Loading branch information
Laurin-Notemann authored Nov 27, 2024
1 parent b0e797a commit 219beee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mobile-app-testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
build-testflight:
name: Build and push app to Apple Testflight
runs-on: macos-latest
if: contains(github.event.head_commit.message, 'Bump app version')
if: |
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'push' && contains(github.event.head_commit.message, 'Bump app version'))
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 219beee

Please sign in to comment.