diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index c3387d68..a9d8a1bf 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -8,8 +8,8 @@ on: pull_request: branches: - 'main' - types: - - closed + # types: + # - closed env: REGISTRY: ghcr.io @@ -17,7 +17,7 @@ env: jobs: build-docker: - if: ${{ github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' }} + # if: ${{ github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' }} runs-on: ubuntu-latest strategy: matrix: