Drone 1.0.0-rc.1 pull_request problem

steps:
- name: dashboard
  image: appleboy/drone-ssh
  settings:
    host: host.docker.internal
    port: 22
    username: {your mac user}
    password: {your mac user password}
    script:
    - system_profiler SPSoftwareDataType
    - bash -lc 'flutter --version'
  when:
    event:
    - push

在Gogs上,在提交代码合并的时候,它将会被执行
— translate —
When submitting a code merge (pull_request) on Gogs, , it will be executed

merging a pull request sends a push event, meaning this is the expected behavior