Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviuvsp committed Feb 5, 2024
1 parent 6ff1e08 commit 4ffa4a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deployRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release to Play store
on:
workflow_dispatch:
push:
branches: [ "release/**" ]
branches: [ "bugfix/VSP-1340-Fix-login-issue" ]

jobs:
build:
Expand Down Expand Up @@ -59,5 +59,6 @@ jobs:
echo AUTH_CLIENT_ID="$AUTH_CLIENT_ID" >> local.properties
echo AUTH_CLIENT_SECRET="$AUTH_CLIENT_SECRET" >> local.properties
echo PUBLISHABLE_KEY="$PUBLISHABLE_KEY" >> local.properties
echo MIXPANEL_TOKEN="$MIXPANEL_TOKEN" >> local.properties
bundle exec fastlane playStore
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/deployStaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to Staging
on:
workflow_dispatch:
push:
branches: [ "bugfix/VSP-1340-Fix-login-issue" ]
branches: [ "master" ]

jobs:
build:
Expand Down

0 comments on commit 4ffa4a2

Please sign in to comment.