Skip to content

Commit b1becdc

Browse files
Worflow trigger for PRs
1 parent 3f9b56f commit b1becdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Deploy Website using Jekyll
22

33
on:
44
push:
5-
branches: ["master"]
6-
5+
pull_request:
76
workflow_dispatch:
87

98
permissions:
@@ -39,6 +38,7 @@ jobs:
3938

4039
# Deployment job
4140
deploy:
41+
if: ${{ github.repository == 'qutip/qutip.github.io' && github.ref == 'refs/heads/master' }}
4242
environment:
4343
name: github-pages
4444
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)