Skip to content

Commit c88a4eb

Browse files
committed
CI: build on pushes to all branches
1 parent 2f91c66 commit c88a4eb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ name: CI
55
on:
66
pull_request:
77
push:
8-
branches: [master]
98
paths-ignore:
109
- 'README.md'
1110
- 'stack.yaml'
@@ -34,10 +33,6 @@ jobs:
3433

3534
steps:
3635
- uses: actions/checkout@v2
37-
if: >-
38-
github.event.action == 'opened' ||
39-
github.event.action == 'synchronize' ||
40-
github.event.ref == 'refs/heads/master'
4136

4237
- uses: haskell/actions/setup@v1
4338
name: Setup Haskell

0 commit comments

Comments
 (0)