Skip to content

Commit

Permalink
fix: only launch release workflow when published
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Oct 10, 2024
1 parent 20599f9 commit 9659d3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Workflow - Release
on: release

on:
release:
types: [published]
jobs:
build_docker_images:
name: Build Docker Images
Expand Down

0 comments on commit 9659d3e

Please sign in to comment.