mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-05-08 11:20:19 -05:00
minor improvements
This commit is contained in:
committed by
GitHub
parent
d2ad9b6f10
commit
48f47d2631
@@ -1,11 +1,11 @@
|
||||
name: Deploy App CI
|
||||
name: Deploy App Play Store
|
||||
|
||||
on:
|
||||
push:
|
||||
# branches:
|
||||
# - master
|
||||
tags:
|
||||
- '*'
|
||||
- 'v.*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user