Skip to content

Commit

Permalink
test flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mshdabiola committed Jun 6, 2024
1 parent 45e19d0 commit 1dd9b88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy_android.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Deploy to Play Store

on:
push:
tags:
- 'a[0-9]+.[0-9]+.[0-9]+'
#on:
# push:
# tags:
# - 'a[0-9]+.[0-9]+.[0-9]+'
on: workflow_dispatch


jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_github2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to github1
on:
push:
tags:
- '*'
- 'a[0-9]+.[0-9]+.[0-9]+'

## 2
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_github3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to github3
on:
push:
tags:
- '*'
- 'a[0-9]+.[0-9]+.[0-9]+'

## 2
jobs:
Expand Down

0 comments on commit 1dd9b88

Please sign in to comment.