Skip to content

Commit 849af34

Browse files
committed
Disable deployment on forks and PRs
1 parent 6f0e2d6 commit 849af34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/paper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
name: PDF files
3838
path: ./github_artifacts
3939
deploy:
40+
if: ${{ github.ref == 'refs/heads/main' && github.repository == 'DE-RSE/2023_paper-RSE-groups' }}
4041
needs: [build]
4142
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
4243
permissions:

0 commit comments

Comments
 (0)