and make sure it runs everywhere we want it to

main
Patrick Thomson 2021-04-07 18:30:09 -04:00
parent 9e55b74532
commit 0f05a7eae6
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
name: Haskell CI
on: [pull_request]
on:
pull_request:
branches:
- "**"
push:
branches:
- "master"
jobs:
build: