Limit docker image workflow to tags and manual triggers

This commit is contained in:
nguu0123
2025-08-10 13:17:34 +03:00
parent 5c94913643
commit 1a581ed191

View File

@@ -2,13 +2,8 @@ name: Build and Publish Docker Image
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main
workflow_dispatch:
inputs:
publish: