We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f91c66 commit c88a4ebCopy full SHA for c88a4eb
1 file changed
.github/workflows/ci.yml
@@ -5,7 +5,6 @@ name: CI
5
on:
6
pull_request:
7
push:
8
- branches: [master]
9
paths-ignore:
10
- 'README.md'
11
- 'stack.yaml'
@@ -34,10 +33,6 @@ jobs:
34
33
35
steps:
36
- uses: actions/checkout@v2
37
- if: >-
38
- github.event.action == 'opened' ||
39
- github.event.action == 'synchronize' ||
40
- github.event.ref == 'refs/heads/master'
41
42
- uses: haskell/actions/setup@v1
43
name: Setup Haskell
0 commit comments