Remove references to webv2 branch in docs and builds

This commit is contained in:
Gabe Kangas
2023-01-27 16:18:02 -08:00
parent 50443c1cb7
commit 3dda431079
12 changed files with 30 additions and 117 deletions

View File

@@ -2,7 +2,7 @@ name: Build and Deploy Components+Style Guide
on:
push:
branches:
- webv2
- develop
paths: ['web/stories/**', 'web/components/**', 'web/.storybook/**'] # Trigger the action only when files change in the folders defined here
jobs:
@@ -13,8 +13,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: webv2 # Remove when webv2 gets merged into develop
- name: Install and Build
run: | # Install npm packages and build the Storybook files