diff options
-rw-r--r-- | .github/workflows/Docker-Build.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/Docker-Build.yaml b/.github/workflows/Docker-Build.yaml index 73c52fb..d99c741 100644 --- a/.github/workflows/Docker-Build.yaml +++ b/.github/workflows/Docker-Build.yaml @@ -1,8 +1,8 @@ name: Docker Build on: - push: - branches: [ master ] + release: + types: [published] jobs: buildx: |