Skip to content

Commit 33a2fe0

Browse files
committed
don't deploy on forks
1 parent 926d4b2 commit 33a2fe0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ concurrency:
1616

1717
jobs:
1818
build:
19+
if: github.repository == 'XRPLF/XRPL-Standards'
1920
runs-on: ubuntu-latest
2021
steps:
2122
- name: Checkout
@@ -52,6 +53,7 @@ jobs:
5253
path: "site/_site"
5354

5455
deploy:
56+
if: github.repository == 'XRPLF/XRPL-Standards'
5557
environment:
5658
name: github-pages
5759
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)