Skip to content

Commit 9caf2a0

Browse files
committed
Add deploy workflow for pushing release branch
1 parent 2f7eff4 commit 9caf2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploying.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- 'release-*'
78

89
jobs:
910
build:
@@ -54,7 +55,6 @@ jobs:
5455
- name: Test
5556
run: bundle exec fastlane test
5657
- name: Deploy
57-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
5858
run: bundle exec fastlane ${{ matrix.channel }}
5959
env:
6060
APPLE_ID: ${{ secrets.APPLE_ID }}

0 commit comments

Comments
 (0)