and make sure it runs everywhere we want it to
parent
9e55b74532
commit
0f05a7eae6
|
@ -1,6 +1,12 @@
|
|||
name: Haskell CI
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue