Skip to content

Commit 54a42da

Browse files
authored
Merge pull request #5436 from input-output-hk/andreabedini-patch-1
Run release-ghcr.yaml also on stable and pre-releases publish
2 parents 4f310a8 + b1c2068 commit 54a42da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release-ghcr.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ on:
44
push:
55
tags:
66
- '**'
7+
# GITHUB_SHA: Last commit in the tagged release
8+
# GITHUB_REF: Tag ref of release refs/tags/<tag_name>
9+
release:
10+
types:
11+
- published
12+
# GITHUB_SHA: Last commit on the GITHUB_REF branch or tag
13+
# GITHUB_REF: Branch or tag that received dispatch
14+
workflow_dispatch: {}
715

816
env:
917
# Only to avoid some repetition

0 commit comments

Comments
 (0)