Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinDFuller committed Dec 17, 2023
1 parent ff6a936 commit 9cb165b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Deploy to GAE

on:
push:
branches: ["master", "redesign", "main"]
branches: ["main"]

jobs:
setup-build-publish-deploy:
Expand All @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
lfs: true

Expand All @@ -28,7 +28,8 @@ jobs:
with:
node-version: '20.x'

- run: npm ci
- name: Install npm
run: npm ci

- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 9cb165b

Please sign in to comment.