From 5502fe04cc53237cf4d80c0a602da217877dd4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Sat, 28 Mar 2020 08:55:45 +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 61464824..57378fb3 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 557291ec6ba7649d53d98b0b445972bf083cdb5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Sat, 28 Mar 2020 08:55:45 +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 7d0e9518..21fe7dc6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ /.ci/ export-ignore /.coveralls.yml export-ignore /.gitattributes export-ignore +/.github/ export-ignore /.gitignore export-ignore /.travis.yml export-ignore /docs/ export-ignore