Skip to content

Commit

Permalink
change trigger event
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Jul 17, 2024
1 parent e31e392 commit 1e0b094
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 20 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release_dapp_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name: Android Web3Dapp deploy

on:
workflow_dispatch:
push:
branches:
- master
# tags:
# - v[0-9]+.[0-9]+.[0-9]+
pull_request:
types:
- closed

jobs:
build:
if: github.event.pull_request.merged == true
runs-on: macos-latest-xlarge

steps:
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/release_dapp_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name: iOS Web3Dapp deploy

on:
workflow_dispatch:
push:
branches:
- master
# tags:
# - v[0-9]+.[0-9]+.[0-9]+
pull_request:
types:
- closed

jobs:
build:
if: github.event.pull_request.merged == true
runs-on: macos-latest-xlarge

steps:
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/release_wallet_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name: Android Web3Wallet deploy

on:
workflow_dispatch:
push:
branches:
- master
# tags:
# - v[0-9]+.[0-9]+.[0-9]+
pull_request:
types:
- closed

jobs:
build:
if: github.event.pull_request.merged == true
runs-on: macos-latest-xlarge

steps:
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/release_wallet_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name: iOS Web3Wallet deploy

on:
workflow_dispatch:
push:
branches:
- master
# tags:
# - v[0-9]+.[0-9]+.[0-9]+
pull_request:
types:
- closed

jobs:
build:
if: github.event.pull_request.merged == true
runs-on: macos-latest-xlarge

steps:
Expand Down

0 comments on commit 1e0b094

Please sign in to comment.