diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 34fb9bb..f35fa20 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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