From: Azat Khuzhin Date: Sun, 12 Feb 2023 15:11:02 +0000 (+0100) Subject: ci: fix paths-ignore X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5a6940df2ba7d7ea0c5beb1dc1578a7d4a4648d;p=libevent ci: fix paths-ignore --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe10dc17..e00c600e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,23 +9,21 @@ on: - opened branches: - master - push: - paths-ignore: - - '**.md' - - '.mailmap' - - 'ChangeLog*' - - 'whatsnew*' - - 'LICENSE' + paths-ignore: + - '**.md' + - '.mailmap' + - 'ChangeLog*' + - 'whatsnew*' + - 'LICENSE' push: branches: - master - push: - paths-ignore: - - '**.md' - - '.mailmap' - - 'ChangeLog*' - - 'whatsnew*' - - 'LICENSE' + paths-ignore: + - '**.md' + - '.mailmap' + - 'ChangeLog*' + - 'whatsnew*' + - 'LICENSE' jobs: linux-cmake-job: