Skip to content

Commit

Permalink
Merge pull request #34 from BreadchainCoop/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
subject026 authored May 20, 2024
2 parents b6f22d4 + c8ae9a1 commit 4e37687
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 20 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@ name: App CI
on:
workflow_dispatch:
pull_request:
branches: [development]
branches:
- main
- development
paths:
- "/apps/app/**"
- "/packages/theme/**"
- "apps/app/**"
- "packages/theme/**"
push:
branches: [development]
branches:
- main
- development
paths:
- "/apps/app/**"
- "/packages/theme/**"
- "apps/app/**"
- "packages/theme/**"

jobs:
linting:
Expand Down
19 changes: 11 additions & 8 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@ name: Website CI
on:
workflow_dispatch:
pull_request:
branches: [development]
branches:
- main
- development
paths:
- "/apps/site/**"
- "/packages/theme/**"
- "/packages/site-ui/**"
- "apps/site/**"
- "packages/theme/**"
- "packages/site-ui/**"
push:
branches: [development]
branches:
- development
paths:
- "/apps/site/**"
- "/packages/theme/**"
- "/packages/site-ui/**"
- "apps/site/**"
- "packages/theme/**"
- "packages/site-ui/**"

jobs:
linting:
Expand Down
6 changes: 0 additions & 6 deletions apps/app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,3 @@ To learn more about Next.js, take a look at the following resources:
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
2 changes: 2 additions & 0 deletions packages/theme/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// testing shared module triggers both workflows

module.exports = {
colors: {
breadgray: {
Expand Down

0 comments on commit 4e37687

Please sign in to comment.