From e23c89ba5a64921be74f02d91813186996065a6c Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Sat, 16 Apr 2022 22:41:02 +0200 Subject: [PATCH] Exclude CONTRIBUTING file from autobuild --- .github/workflows/autobuild.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 4024a49971..84376a0403 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -31,6 +31,7 @@ on: - '**README.md' - 'docs/**' - 'SECURITY.md' + - 'CONTRIBUTING.md' - 'COMPILING.md' - 'COPYING' - 'APPLEAPPSTORE.LICENCE.WAIVER' @@ -43,6 +44,7 @@ on: - '**README.md' - 'docs/**' - 'SECURITY.md' + - 'CONTRIBUTING.md' - 'COMPILING.md' - 'COPYING' - 'APPLEAPPSTORE.LICENCE.WAIVER'