From 35ac9802c718247c47c03d07671b40248380d295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Sat, 28 Mar 2020 09:05:54 +0000 Subject: [PATCH 1/2] Require specific repository_dispatch event type - docs-build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Bundyra --- .github/workflows/docs-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index 6146482..57378fb 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -5,6 +5,7 @@ on: branches: - master repository_dispatch: + types: docs-build jobs: build-deploy: From 7fcc28a28b422699046273b360406aceb4c87786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Sat, 28 Mar 2020 09:05:55 +0000 Subject: [PATCH 2/2] Adds .github directory into .gitattributes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Bundyra --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index e2ae92d..70b009d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ /.coveralls.yml export-ignore /.gitattributes export-ignore +/.github/ export-ignore /.gitignore export-ignore /.travis.yml export-ignore /docs/ export-ignore