ci: Build pull requests as well

This commit is contained in:
Richard Marko 2020-12-04 18:26:49 +01:00
parent 64c595f7bc
commit 9992067b43
2 changed files with 4 additions and 0 deletions

View File

@ -34,3 +34,4 @@ jobs:
name: Haskell CI name: Haskell CI
on: on:
- push - push
- pull_request

View File

@ -11,4 +11,7 @@ in haskellCi.generalCi
, cabal = [ haskellCi.Cabal.Cabal32 ] , cabal = [ haskellCi.Cabal.Cabal32 ]
} }
) )
// { on = [ haskellCi.Event.push
, haskellCi.Event.pull_request ]
}
: haskellCi.CI.Type : haskellCi.CI.Type