mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 14:55:59 +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"
|
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:
|
||||||
|
|
Loading…
Reference in a new issue