Update main.yml
Remove automatic Build
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -1,9 +1,12 @@
|
|||||||
name: Build and Release on Tag
|
name: Build and Release on Tag
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches:
|
inputs:
|
||||||
- main
|
branch:
|
||||||
|
description: 'Branch to build the Docker image from'
|
||||||
|
required: true
|
||||||
|
default: 'main'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
|
|||||||
Reference in New Issue
Block a user