We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0e2d6 commit 849af34Copy full SHA for 849af34
.github/workflows/paper.yml
@@ -37,6 +37,7 @@ jobs:
37
name: PDF files
38
path: ./github_artifacts
39
deploy:
40
+ if: ${{ github.ref == 'refs/heads/main' && github.repository == 'DE-RSE/2023_paper-RSE-groups' }}
41
needs: [build]
42
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
43
permissions:
0 commit comments