From dfba2f1462d9ded9145820c3959adbf67f807a70 Mon Sep 17 00:00:00 2001 From: subject026 Date: Mon, 20 May 2024 14:17:29 +0100 Subject: [PATCH 1/5] testing seperate builds --- apps/app/README.md | 6 ------ 1 file changed, 6 deletions(-) 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. From 9306399f59c3b3a40aa801f59ecd6a7fd2f716a5 Mon Sep 17 00:00:00 2001 From: subject026 Date: Mon, 20 May 2024 14:23:01 +0100 Subject: [PATCH 2/5] testing action --- packages/theme/index.js | 2 ++ 1 file changed, 2 insertions(+) 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: { From 1481d00f3370ca213319d6558b2d33f8ad215f22 Mon Sep 17 00:00:00 2001 From: subject026 Date: Mon, 20 May 2024 14:37:03 +0100 Subject: [PATCH 3/5] testing app workflow --- .github/workflows/app.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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: From 2f776852a5999c252ab8e2670f5c3a2a9bd400a9 Mon Sep 17 00:00:00 2001 From: subject026 Date: Mon, 20 May 2024 14:42:44 +0100 Subject: [PATCH 4/5] fix workflow config --- .github/workflows/website.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index b1b3732..e635915 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -2,17 +2,19 @@ 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] paths: - - "/apps/site/**" - - "/packages/theme/**" - - "/packages/site-ui/**" + - "apps/site/**" + - "packages/theme/**" + - "packages/site-ui/**" jobs: linting: From c8ae9a18e18d5ba76d80bd3e4f74f875801f965f Mon Sep 17 00:00:00 2001 From: subject026 Date: Mon, 20 May 2024 15:00:30 +0100 Subject: [PATCH 5/5] workflow config --- .github/workflows/website.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index e635915..e0bb6ad 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -10,7 +10,8 @@ on: - "packages/theme/**" - "packages/site-ui/**" push: - branches: [development] + branches: + - development paths: - "apps/site/**" - "packages/theme/**"