We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47c785 commit 8417dfeCopy full SHA for 8417dfe
.github/workflows/build.yml
@@ -2,9 +2,8 @@ name: Build Demo and Deploy to Github Pages
2
permissions:
3
contents: write
4
on:
5
- push:
6
- branches:
7
- - main
+ release:
+ types: [released]
8
9
jobs:
10
build:
0 commit comments