minor improvements

This commit is contained in:
Yogesh Choudhary Paliyal
2023-05-01 13:08:06 +05:30
committed by GitHub
parent d2ad9b6f10
commit 48f47d2631
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
name: Deploy App CI
name: Deploy App Play Store
on:
push:
# branches:
# - master
tags:
- '*'
- 'v.*'
jobs:
build:
+2 -2
View File
@@ -20,7 +20,7 @@ jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# - name: Checkout
# run: |
@@ -51,7 +51,7 @@ jobs:
uses: CasperWA/push-protected@v2
with:
token: ${{ secrets.PUSH_TO_PROTECTED_BRANCH }}
branch: main
branch: master
unprotect_reviews: true