Skip to content

Commit 324c554

Browse files
committed
Deploy the demo only on the "release" branch to reduce noise since it works now
1 parent 82a9e40 commit 324c554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/demo-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Deploy the demo to GitHub Pages
22

33
on:
44
push:
5-
branches: [ "*" ] # TODO for testing purposes now, change to "release"
5+
branches: [ "release" ]
66
pull_request:
7-
branches: [ "*" ] # TODO for testing purposes now, change to "release"
7+
branches: [ "release" ]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:

0 commit comments

Comments
 (0)