Skip to content

Commit

Permalink
[chore] #135 testflight_release 워크플로우 트리거 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Oct 5, 2024
1 parent a723a00 commit f3fbac8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testflight_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
name: testflight_release

on:
# push:
# branches: [ "develop" ]
push:
branches: [ "feature/#135-cicd-improvement" ]
pull_request:
branches: [ "develop" ]
types: [closed]

workflow_dispatch:

jobs:
build:
if: ${{ github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true }}
runs-on: macos-latest

steps:
Expand Down

0 comments on commit f3fbac8

Please sign in to comment.