From ecd8ff4be647f645fca94a0af7a5a26392f9dcab Mon Sep 17 00:00:00 2001 From: Thomas Mills Date: Mon, 13 May 2024 15:36:50 +0200 Subject: [PATCH] Fix typo --- .github/workflows/deploy-github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index 2afe49e..09b69b6 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -4,7 +4,7 @@ name: Build and Publish Storybook to GitHub Pages on: # Event for the workflow to run on push: - branches: [features/storybook] + branches: [feature/storybook] # branches: [main] permissions: