Skip to content

Commit

Permalink
chore: Redeploy on every main push (#95)
Browse files Browse the repository at this point in the history
Redeploy on every main push
  • Loading branch information
jkimmeyer authored Nov 16, 2023
1 parent ad36ba4 commit 518a63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
paths: ["stories/**", "src/components/**"] # Trigger the action only when files change in the folders defined here

permissions:
contents: write
jobs:
Expand Down

0 comments on commit 518a63b

Please sign in to comment.