Skip to content

Commit

Permalink
chore: Update publish-next.yml and overview.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
@casey_baggz_omni committed Aug 14, 2024
1 parent b5a0ad3 commit 4e6d0cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: 🚀 Publish Next Version

on: [merge_group, pull_request]
# on:
# push:
# branches:
# - main
on:
push:
branches:
- main

env:
CI: true
Expand Down
2 changes: 1 addition & 1 deletion docs/app/preset/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default defineConfig({
...cerberusConfig,

include: [
'./node_modules/@cerberus/react/src/**/*.{ts,tsx}',
'./node_modules/@cerberus/react/src/**/*.{ts,tsx,js,jsx}',
'./app/**/*.{ts,tsx}', // <- Make sure this path is to your project
],
exclude: [],
Expand Down

0 comments on commit 4e6d0cf

Please sign in to comment.