Skip to content

Commit 8417dfe

Browse files
committed
ci: build on released
1 parent c47c785 commit 8417dfe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Build Demo and Deploy to Github Pages
22
permissions:
33
contents: write
44
on:
5-
push:
6-
branches:
7-
- main
5+
release:
6+
types: [released]
87

98
jobs:
109
build:

0 commit comments

Comments
 (0)