Skip to content

Commit

Permalink
fix(ci): correct conditions for release workflow to run
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Jun 28, 2024
1 parent 24e848e commit af0e0ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/charts-publish-oci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "Charts: Publish to GHCR OCI"

on:
push:
branches:
- "**"
release:
types: [published]
workflow_dispatch: {}
Expand Down

0 comments on commit af0e0ff

Please sign in to comment.