Skip to content

Commit bd53c1d

Browse files
committed
Update "jekyll-gh-pages.yml" partially and rename it
1 parent f1de59a commit bd53c1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
name: Deploy the demo to GitHub Pages
32

43
on:
5-
# Runs on pushes targeting the default branch
64
push:
7-
branches: ["main"]
5+
branches: [ "*" ] # TODO for testing purposes now, change to "release"
6+
pull_request:
7+
branches: [ "*" ] # TODO for testing purposes now, change to "release"
88

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

0 commit comments

Comments
 (0)