Skip to content

Commit

Permalink
storybook gh action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rrmerugu committed Oct 18, 2023
1 parent 50110ca commit f33a134
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build and Deploy Storybook
on:
push:
paths: ["src/stories/**", "src/components/**"] # Trigger the action only when files change in the folders defined here
# on:
# on:
# push:
# branches:
# - main # if any push happens on branch `main`, run this workflow. You could also add `paths` to detect changes in specific folder
# paths: ["src/stories/**", "src/components/**"] # Trigger the action only when files change in the folders defined here
on:
push:
branches:
- dev # if any push happens on branch `main`, run this workflow. You could also add `paths` to detect changes in specific folder
permissions:
contents: write
jobs:
Expand Down

0 comments on commit f33a134

Please sign in to comment.