Skip to content

Commit

Permalink
change if event
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Jul 17, 2024
1 parent 2db7893 commit 816e58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_dapp_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

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

steps:
Expand Down

0 comments on commit 816e58c

Please sign in to comment.