ci: Run tests (stack) workflow in all branches

Consistency with haskell-ci (cabal) workflow. It's nice to see the
results before opening a PR so that one doesn't need to embarrass
themselves.
This commit is contained in:
Tomas Janousek
2021-01-25 22:21:40 +00:00
parent d4d78abc4a
commit 42771e4658

View File

@@ -3,8 +3,6 @@ name: Tests
on:
pull_request:
push:
branches:
- master
jobs:
build: