Skip to content

Commit

Permalink
ci: change trigger condition
Browse files Browse the repository at this point in the history
  • Loading branch information
skyleaworlder committed Jun 18, 2022
1 parent fb4922d commit 3129686
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release_ghcr.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# see https://docs.github.com/en/actions/publishing-packages/publishing-docker-images
on:
push:
branches:
- master
- ci
paths:
- "Dockerfile"

name: release to ghcr

Expand Down

0 comments on commit 3129686

Please sign in to comment.