Skip to content

Commit f43aead

Browse files
Fix annoyingly broken CI
1 parent 8974216 commit f43aead

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/haskell-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Haskell-CI
22

33
on:
44
push:
5+
branches:
6+
- 'master'
7+
pull_request:
58
schedule:
69
- cron: 0 0 * * *
710

.github/workflows/hugs-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Hugs-CI
22
on:
33
push:
4+
branches:
5+
- 'master'
6+
pull_request:
7+
schedule:
8+
- cron: 0 0 * * *
49
jobs:
510
linux:
611
name: Hugs-CI - Linux

0 commit comments

Comments
 (0)