Skip to content

Commit

Permalink
[#4] Revert the pipeline trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Thieurom committed Aug 2, 2023
1 parent 9b82fb6 commit d8df4fc
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ios_deploy_staging_to_testflight.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
name: iOS - Deploy Staging build to TestFlight
on:
# DELETE
workflow_dispatch:
pull_request:
types: [ opened, synchronize, edited, reopened ]
# Uncomment
# push:
# branches:
# - develop
push:
branches:
- develop

jobs:
build_and_upload_staging_to_testflight:
Expand Down

0 comments on commit d8df4fc

Please sign in to comment.