Skip to content

Commit 675bfd5

Browse files
committed
Run CI on editing releases
1 parent 13868c7 commit 675bfd5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/doc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
release:
55
types:
66
- created
7+
- edited
78

89
jobs:
910
build-and-deploy:

.github/workflows/upload-binaries.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
release:
55
types:
66
- released
7+
- edited
78

89
env:
910
TAG: ${{ github.event.release.tag_name }} # had some issue using this directly on windows

0 commit comments

Comments
 (0)