Skip to content

Commit

Permalink
Merge pull request #20 from sarg3nt/update-release-workflow
Browse files Browse the repository at this point in the history
Trigger release workflow when periodic build completes.
  • Loading branch information
sarg3nt authored Oct 30, 2024
2 parents 2455ba5 + 642bf94 commit 53daee8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
tags:
- '*'
workflow_run:
workflows: ["Periodic Build and Release"]
types:
- completed

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 53daee8

Please sign in to comment.