diff --git a/.github/workflows/build-branch.yml b/.github/workflows/build-branch.yml index 2ef5d7555..6b4fef474 100644 --- a/.github/workflows/build-branch.yml +++ b/.github/workflows/build-branch.yml @@ -19,7 +19,7 @@ env: jobs: branch_build_setup: - if: ${{ (github.event_name == 'pull_request' && github.event.action =='closed' && github.event.pull_request.merged == true) || (github.event == 'push' ) }} + if: ${{ (github.event_name == 'pull_request' && github.event.action =='closed' && github.event.pull_request.merged == true) || (github.event_name == 'push' ) }} name: Build-Push Web/Space/API/Proxy Docker Image runs-on: ubuntu-20.04