Skip to content

Commit a216991

Browse files
authored
add version workflow on release update (#261)
* add version workflow on release update * added documentation link
1 parent f352217 commit a216991

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: "Update Version"
33
on:
44
push:
55
branches: ["main"]
6+
release:
7+
types: [published]
8+
# creating a new release https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#release
69
workflow_dispatch:
710
# manual workflow
811
env:

0 commit comments

Comments
 (0)