diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 4531303..069fc69 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -1,17 +1,13 @@ +--- name: Build and Push Docker Image on: push: branches: - main -permissions: - contents: read - packages: write - -on: - release: - types: [published] pull_request: + branches: + - main types: [opened, synchronize] jobs: