Skip to content

Commit 4710c56

Browse files
committed
[DNI] Bisecting 24
1 parent 9441d26 commit 4710c56

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
branches:
77
- main
8+
pull_request:
9+
branches:
10+
- main
811

912
# Allows you to run this workflow manually from the Actions tab
1013
workflow_dispatch:
@@ -39,7 +42,9 @@ jobs:
3942
4043
# Temporary workaround for the broken playground
4144
pushd slang
42-
git checkout 88a180ba0 # 48
45+
git checkout 591affaf7 # 24
46+
#git checkout 88a180ba0 # 48
47+
#git checkout 7905ff7d7 # 72
4348
#git checkout 2631811e33ed231d785a06c1fd6d4a7e303d22f2 # 95
4449
popd
4550

0 commit comments

Comments
 (0)