Skip to content

Commit

Permalink
Update webhook to trigger on release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoScript committed Feb 9, 2024
1 parent 8b6de99 commit a439cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
name: Create and publish a Docker image

on:
push:
branches: ['release']
release:
types: ['published']

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit a439cc6

Please sign in to comment.