This commit is contained in:
Manish Gupta 2023-12-04 13:01:54 +05:30
parent eaeb582fb5
commit 1c21223610

View File

@ -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