Skip to content

Commit

Permalink
Merge branch 'main' into tidcarousel-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Oct 8, 2024
2 parents 7f77241 + 9a3a26c commit d81b38a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
branches:
- 'main'
pull_request:
# WARNING: This allows storybook-branch-switcher CLI to run `npm run ${arbitrary_script}`
# BUT the worst it can do is force changes to our GitHub Pages website,
# unless the permissions key below is changed.
pull_request_target:
types: [opened, synchronize, reopened]

# Be careful about changing these, due to pull_request_target trigger.
permissions:
contents: read
pages: write
Expand Down

0 comments on commit d81b38a

Please sign in to comment.