From b8dd2848ebbf61b0cbbd118877d5d3d75d128cc0 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 22 Sep 2019 16:14:23 +0900 Subject: [PATCH 1/2] gha: Add paths trigger --- .github/workflows/docker-image-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image-ci.yml b/.github/workflows/docker-image-ci.yml index b855300..2c78588 100644 --- a/.github/workflows/docker-image-ci.yml +++ b/.github/workflows/docker-image-ci.yml @@ -1,6 +1,12 @@ name: docker image ci -on: push +on: + push: + paths: + - '**' + - '!LICENSE' + - '!README.md' + - '!images' jobs: test: From 5a72c9206d827d6c5d2c0660eef13f237800f79d Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 22 Sep 2019 16:15:46 +0900 Subject: [PATCH 2/2] docs: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 834337d..b300b68 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ By pulling docker images, you can reduce the overall execution time of your work > **NOTES**: Do not use `GITHUB_TOKEN`. > -> This action supports `GITHUB_TOKEN` but it has some problems to deploy to GitHub Pages. See [Issue #9] +> This action supports `GITHUB_TOKEN` but it has some problems to deploy to GitHub Pages. GitHub team is investigating that. See [Issue #9] [Issue #9]: https://github.com/peaceiris/actions-gh-pages/issues/9