Skip to content

Commit 1de718a

Browse files
committed
Adjusting docker.yml triggers
1 parent 81c068b commit 1de718a

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
name: Publish Docker image
22
on:
3-
workflow_dispatch:
4-
push:
5-
branches:
6-
- master
7-
paths:
8-
- "**/*.go"
9-
- "go.mod"
10-
- "go.sum"
11-
- ".github/workflows/*.yml"
12-
tags:
13-
- 'v*'
14-
pull_request:
15-
branches:
16-
- 'master'
3+
release:
4+
types:
5+
- published
176
env:
187
REGISTRY: ghcr.io
198
IMAGE_NAME: xrayr-project/xrayr

0 commit comments

Comments
 (0)