From c4bb253433b530429b7651f8fa090df1ae1241d8 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sun, 25 Apr 2021 16:54:30 +0900 Subject: [PATCH] docs: add demo link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1b12e01..0f6c766 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Example of GitHub Actions Workflow which runs a matrix build dynamically accordi This is useful in case of Monorepo. +## Demo + +We created some pull requests for the demonstration. Please see [here](https://github.com/suzuki-shunsuke/example-github-actions-dynamic-matrix/pulls?q=is%3Apr+is%3Aopen+label%3Ademo). + ## Dependencies * [akoi](https://github.com/suzuki-shunsuke/akoi)