From 86108d75397bf5ec4b1166af860540dcac38e800 Mon Sep 17 00:00:00 2001 From: Danila Danko Date: Mon, 16 Dec 2024 22:19:37 +0300 Subject: [PATCH] feat(ci): run CI on PRs to `develop` --- .github/workflows/ghc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ghc.yml b/.github/workflows/ghc.yml index 29c358bf..e0a19989 100644 --- a/.github/workflows/ghc.yml +++ b/.github/workflows/ghc.yml @@ -32,6 +32,7 @@ name: GHC (build, test, haddock) pull_request: branches: - master + - develop paths-ignore: [ 'README.md' ] # Allows you to run this workflow manually from the Actions tab