diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 1e55e3e..898e11d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -3,11 +3,14 @@ name: Build and Publish Docker on: push: branches: - - '*' + - main + - release tags: - 'beta-v*' pull_request: - types: [opened, synchronize, reopened] + # Trigger only for PRs that target main branch + branches: + - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: