This commit is contained in:
adueck 2023-03-07 15:40:49 +05:00
parent c83be79467
commit ffc7a0f78b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Deploy storybook to pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["master"]
paths: ["src/components/**"]
# Allows you to run this workflow manually from the Actions tab