Update main.yml

Remove automatic Build
This commit is contained in:
Kamil Kosek
2024-12-09 10:51:20 +01:00
committed by GitHub
parent 804b2bfe7e
commit e2bea2c151

View File

@@ -1,9 +1,12 @@
name: Build and Release on Tag
on:
push:
branches:
- main
workflow_dispatch:
inputs:
branch:
description: 'Branch to build the Docker image from'
required: true
default: 'main'
jobs:
build-and-publish: