diff --git a/.github/workflows/docker_tag.yml b/.github/workflows/docker_tag.yml index deced71..8871187 100644 --- a/.github/workflows/docker_tag.yml +++ b/.github/workflows/docker_tag.yml @@ -4,11 +4,9 @@ name: Build Docker image after Tag # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - pull_request: - branches: [ main ] + # Triggers the workflow on t + release: + types: [prereleased, published] # Allows you to run this workflow manually from the Actions tab # workflow_dispatch: