forked from github/plane
wip
This commit is contained in:
parent
1c21223610
commit
7d0e2cfd26
2
.github/workflows/build-branch.yml
vendored
2
.github/workflows/build-branch.yml
vendored
@ -233,7 +233,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
needs: [branch_build_setup]
|
||||
# needs: [branch_build_setup, branch_build_push_frontend, branch_build_push_space, branch_build_push_backend, branch_build_push_proxy]
|
||||
if: ${{ (github.event_name == 'pull_request' && github.event.action =='closed' && github.event.pull_request.merged == true) }}
|
||||
if: ${{ (github.event_name == 'pull_request' && github.event.action =='closed' && github.event.pull_request.merged == true) || (github.event_name == 'push' ) }}
|
||||
steps:
|
||||
- name: Send Success Webhook
|
||||
uses: distributhor/workflow-webhook@v3
|
||||
|
Loading…
Reference in New Issue
Block a user