Skip to content

Commit

Permalink
bug: switched workflow to on release
Browse files Browse the repository at this point in the history
Signed-off-by: Kieran Klukas <[email protected]>
  • Loading branch information
kcoderhtml committed Feb 9, 2024
1 parent 83a331a commit d09832f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: ci

on:
push:
branches:
- "main"
release:
types: [published]

jobs:
docker:
Expand Down

0 comments on commit d09832f

Please sign in to comment.