From 4c0741c4292cbc59eea7cae18ddacc9ca0ecb655 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Sat, 25 Jun 2022 13:09:09 +0000 Subject: [PATCH] Add github workflow file to the ci path matcher --- .github/workflows/haskell-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index d113ce4308..ac9df6f458 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -31,6 +31,7 @@ on: - '*.yaml' - 'data/**.yaml' - 'cabal.project*' + - '.github/workflow/haskell-ci.yml' branches: - "main" # reuse the same filter for pull-requests @@ -43,6 +44,7 @@ on: - '*.yaml' - 'data/**.yaml' - 'cabal.project*' + - '.github/workflow/haskell-ci.yml' branches: - "main" jobs: