Skip to content

Commit

Permalink
Add deploy workflow for pushing release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mssun committed Mar 4, 2023
1 parent 2f7eff4 commit 9caf2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploying.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'release-*'

jobs:
build:
Expand Down Expand Up @@ -54,7 +55,6 @@ jobs:
- name: Test
run: bundle exec fastlane test
- name: Deploy
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
run: bundle exec fastlane ${{ matrix.channel }}
env:
APPLE_ID: ${{ secrets.APPLE_ID }}
Expand Down

0 comments on commit 9caf2a0

Please sign in to comment.