Skip to content

Commit

Permalink
Adjusting docker.yml triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxin239 committed Jul 20, 2024
1 parent 81c068b commit 1de718a
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
name: Publish Docker image
on:
workflow_dispatch:
push:
branches:
- master
paths:
- "**/*.go"
- "go.mod"
- "go.sum"
- ".github/workflows/*.yml"
tags:
- 'v*'
pull_request:
branches:
- 'master'
release:
types:
- published
env:
REGISTRY: ghcr.io
IMAGE_NAME: xrayr-project/xrayr
Expand Down

0 comments on commit 1de718a

Please sign in to comment.