Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zen-tools authored May 15, 2024
1 parent 2ec1c37 commit 26ff488
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Create and publish a Docker image

on:
release:
types: [published]
types: [created,published]
push:
branches:
- master
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 26ff488

Please sign in to comment.