From 9caf2a0a3b250a1a1a61300dc8f0aeeb4b8ab99a Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Fri, 3 Mar 2023 21:28:14 -0800 Subject: [PATCH] Add deploy workflow for pushing release branch --- .github/workflows/deploying.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index f24ae202..1c09cc65 100644 --- a/.github/workflows/deploying.yml +++ b/.github/workflows/deploying.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - 'release-*' jobs: build: @@ -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 }}