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

View file

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