From 8ee52d6e7d946a2e6b972cf0bbedf115486c519d Mon Sep 17 00:00:00 2001 From: Jacob Filik Date: Mon, 4 Mar 2024 14:15:14 +0000 Subject: [PATCH] add workspace --- .github/workflows/ci-frontend.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-frontend.yml b/.github/workflows/ci-frontend.yml index b570b0f..aa259c2 100644 --- a/.github/workflows/ci-frontend.yml +++ b/.github/workflows/ci-frontend.yml @@ -1,9 +1,17 @@ -name: pnpm Example Workflow +name: frontend ci + on: push: + branches: [ main ] + pull_request: + branches: [ main ] + jobs: build: runs-on: ubuntu-20.04 + defaults: + run: + working-directory: ./xas-standards-client strategy: matrix: node-version: [15]