diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a80ce10..8b2f6e7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,4 +1,4 @@ -name: Go Build & Release +name: Go Build & Docker Build on: workflow_dispatch: @@ -139,6 +139,8 @@ jobs: needs: - docker-build + if: github.event_name != 'pull_request' + permissions: contents: read packages: write