Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
TIQR-0000 test action on separate branch
Browse files Browse the repository at this point in the history
  • Loading branch information
shachem committed Nov 11, 2021
1 parent 4e5b925 commit bf6ae2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_to_app_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- develop
- TIQR-0000_test_distribution_action

jobs:
distribute:
Expand All @@ -19,7 +19,7 @@ jobs:
id: short-sha
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.6.x'
ruby-version: '2.6'
- name: install firebase tool
run: |
yarn global add firebase-tools
Expand Down

0 comments on commit bf6ae2f

Please sign in to comment.