Skip to content

Commit 5b59da2

Browse files
committed
finalising jupyterlite for main
1 parent c302409 commit 5b59da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Jupyter Notebooks to GitHub Pages
22

33
on:
44
push:
5-
branches: [ main, dev ]
5+
branches: [ main ]
66

77
env:
88
TEMPLATE_REPO: 'DurhamARC-Training/PythonCourse-jupyterlite'
@@ -51,7 +51,7 @@ jobs:
5151

5252
deploy:
5353
needs: build
54-
#if: github.ref == 'refs/heads/main'
54+
if: github.ref == 'refs/heads/main'
5555
permissions:
5656
pages: write
5757
id-token: write

0 commit comments

Comments
 (0)