Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Jul 17, 2024
1 parent 3be2def commit e31e392
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release_dapp_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Android Web3Dapp deploy
on:
workflow_dispatch:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
branches:
- master
# tags:
# - v[0-9]+.[0-9]+.[0-9]+

jobs:
build:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release_dapp_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: iOS Web3Dapp deploy
on:
workflow_dispatch:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
branches:
- master
# tags:
# - v[0-9]+.[0-9]+.[0-9]+

jobs:
build:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release_wallet_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Android Web3Wallet deploy
on:
workflow_dispatch:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
branches:
- master
# tags:
# - v[0-9]+.[0-9]+.[0-9]+

jobs:
build:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release_wallet_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: iOS Web3Wallet deploy
on:
workflow_dispatch:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
branches:
- master
# tags:
# - v[0-9]+.[0-9]+.[0-9]+

jobs:
build:
Expand Down

0 comments on commit e31e392

Please sign in to comment.