Skip to content

Commit 2e96832

Browse files
committed
build: run CI when a release is published from Github UI
1 parent eef2135 commit 2e96832

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)