diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 5916925f..94479598 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -3,8 +3,7 @@ name: Haskell-CI on: push: branches: - - master - pull_request: + - '**' schedule: - cron: 0 0 * * *