78
Hot
Setting up a CI/CD pipeline with GitHub Actions for a monorepo
I have a monorepo with multiple packages and need to set up efficient CI/CD. How can I configure GitHub Actions to only build changed packages?
Git version control
1 question taggedgit
I have a monorepo with multiple packages and need to set up efficient CI/CD. How can I configure GitHub Actions to only build changed packages?