Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Only publish website on upstream repo
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Dec 27, 2023
1 parent a019f63 commit cfa6ee2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Website

on:
push:
branches: ["main"]
branches:
- main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -21,6 +22,8 @@ concurrency:
jobs:
# Single deploy job since we're just deploying
deploy:
if: ${{ github.repository_owner == 'SleipnirGroup' }}

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit cfa6ee2

Please sign in to comment.