Skip to content

Commit b8e9def

Browse files
committed
Add workflow_call section to release.yaml for enhanced CI integration
1 parent 963796c commit b8e9def

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
# Pattern matched against refs/tags
44
tags: ["v[0-9]+", "v[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+.post[0-9]+", "v[0-9]+.[0-9]+.[0-9]+.dev[0-9]+",]
5+
workflow_call:
56

67
permissions:
78
contents: read

0 commit comments

Comments
 (0)