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 f1de59a commit bd53c1dCopy full SHA for bd53c1d
.github/workflows/jekyll-gh-pages.yml .github/workflows/demo-gh-pages.yml.github/workflows/jekyll-gh-pages.yml renamed to .github/workflows/demo-gh-pages.yml
@@ -1,10 +1,10 @@
1
-# Sample workflow for building and deploying a Jekyll site to GitHub Pages
2
-name: Deploy Jekyll with GitHub Pages dependencies preinstalled
+name: Deploy the demo to GitHub Pages
3
4
on:
5
- # Runs on pushes targeting the default branch
6
push:
7
- branches: ["main"]
+ branches: [ "*" ] # TODO for testing purposes now, change to "release"
+ pull_request:
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
0 commit comments