Skip to content

Commit

Permalink
ci: build docker on release or manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Dec 28, 2023
1 parent d674327 commit 9e8f003
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: docker

on:
push:
paths:
- ".github/workflows/docker.yml"
- "Description"
- "Dockerfile"
# push:
# paths:
# - ".github/workflows/docker.yml"
# - "DESCRIPTION"
# - "Dockerfile"
workflow_dispatch:
release:
types: [published]
Expand Down

0 comments on commit 9e8f003

Please sign in to comment.