diff --git a/.github/workflows/release_dapp_ios.yml b/.github/workflows/release_dapp_ios.yml index 751c8ff..14dc664 100644 --- a/.github/workflows/release_dapp_ios.yml +++ b/.github/workflows/release_dapp_ios.yml @@ -8,7 +8,7 @@ on: jobs: build: - if: github.event.pull_request.merged == true || github.event == workflow_dispatch + if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' runs-on: macos-latest-xlarge steps: