Skip to content

Commit

Permalink
Merge pull request #867 from DIVD-NL/limit-rsync
Browse files Browse the repository at this point in the history
Limit rsync to only this repo
  • Loading branch information
JstRelax authored Nov 20, 2024
2 parents 05c4e67 + 10caa74 commit e633a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pages_native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: ./proof_html.sh
- name: rsync deploy
uses: burnett01/[email protected]
if: ${{ github.ref == 'refs/heads/main' }}
if: github.repository == 'divd-nl/web-csirt' && github.ref == 'refs/heads/main'
with:
switches: -avzr --delete
path: _site/
Expand Down

0 comments on commit e633a77

Please sign in to comment.