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
No known key found for this signature in database
GPG key ID: 6AE7349D14811E55

View file

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