mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 13:45:58 +01:00
CI: don't trigger docker builds on PR
This commit is contained in:
parent
8127b17ad7
commit
d00f00874d
1 changed files with 1 additions and 9 deletions
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue