Skip to content

Commit c5bb810

Browse files
build: run CI when a release is published from Github UI (#352)
Co-authored-by: chris <[email protected]>
1 parent eef2135 commit c5bb810

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
branches: [ master ]
1515
pull_request:
1616
branches: [ master ]
17+
release:
18+
types: [published]
1719

1820
jobs:
1921
validation:

0 commit comments

Comments
 (0)