Skip to content

Commit 8be5afc

Browse files
committed
Upgrade website yarn dependencies
1 parent 762ed9f commit 8be5afc

File tree

2 files changed

+2285
-2015
lines changed

2 files changed

+2285
-2015
lines changed

.github/workflows/website.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@ name: website
22

33
on:
44
push:
5-
branches: ["main", "website"]
5+
branches:
6+
- main
7+
paths:
8+
- 'website/**'
9+
10+
pull_request:
11+
branches:
12+
- main
13+
paths:
14+
- 'website/**'
615

716
# Allows you to run this workflow manually from the Actions tab
817
workflow_dispatch:
@@ -40,6 +49,7 @@ jobs:
4049

4150
# Deployment job
4251
deploy:
52+
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
4353
environment:
4454
name: github-pages
4555
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)