Skip to content

Commit

Permalink
Limit rsync to only this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSeccubus committed Nov 4, 2024
1 parent 4ba74d2 commit 10caa74
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 10caa74

Please sign in to comment.