Skip to content

Commit

Permalink
update branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon committed Dec 20, 2023
1 parent 201f20a commit 13420e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PR CI

on:
pull_request:
branches: [main]
branches: [prerelease]

jobs:
CI:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:
push:
branches:
- main
- prerelease
paths:
- '.github/workflows/deploy.yml'
- 'website/**'
- ".github/workflows/deploy.yml"
- "website/**"

permissions:
contents: read
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: "18"

- name: Get yarn cache
id: yarn-cache
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: './website/build'
path: "./website/build"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 13420e0

Please sign in to comment.