Skip to content

Commit

Permalink
Update build-and-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BillChirico authored Nov 8, 2023
1 parent da4b24b commit 98a6fab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build & Test

on:
push:
branches: ["master"]
pull_request:
branches: ["master"]

Expand All @@ -17,4 +15,4 @@ jobs:
node-version: 18
- run: npm ci
- run: npm run build
# - run: npm test
# - run: npm test

0 comments on commit 98a6fab

Please sign in to comment.