diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 3a74d4a..891cd6c 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -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: diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index b1b3732..e0bb6ad 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -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: diff --git a/apps/app/README.md b/apps/app/README.md index c403366..738d43b 100644 --- a/apps/app/README.md +++ b/apps/app/README.md @@ -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. diff --git a/packages/theme/index.js b/packages/theme/index.js index 21e4a5b..5e209d3 100644 --- a/packages/theme/index.js +++ b/packages/theme/index.js @@ -1,3 +1,5 @@ +// testing shared module triggers both workflows + module.exports = { colors: { breadgray: {