From 8528addefb4132e4461db9b307e68d28dddc56d9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 23 Mar 2021 17:45:19 +0100 Subject: [PATCH] Do not ignore changes to before_install.sh script in CI workflow This script is used by this file, so changes to it definitely affect it. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c07071fa1..56cfe50478 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,6 @@ on: - master paths-ignore: - 'build/tools/appveyor*.bat' - - 'build/tools/before_install.sh' - 'build/tools/travis-ci.sh' - 'distrib/**' - 'docs/**' @@ -24,7 +23,6 @@ on: - master paths-ignore: - 'build/tools/appveyor*.bat' - - 'build/tools/before_install.sh' - 'build/tools/travis-ci.sh' - 'distrib/**' - 'docs/**'