CI: don't trigger docker builds on PR

This commit is contained in:
NotAShelf 2023-10-23 20:11:05 +03:00
parent 8127b17ad7
commit d00f00874d
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 1 additions and 9 deletions

View File

@ -1,16 +1,8 @@
name: "Publish Docker Image"
on:
workflow_dispatch:
pull_request:
branches:
- main
tags:
- "v*"
push:
branches:
- main
tags:
- "v*"
tags: ["v*"]
jobs:
build-docker-image: