We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c699e3d commit 474b80aCopy full SHA for 474b80a
.github/workflows/build.yml
@@ -1,14 +1,18 @@
1
name: Build
2
3
-on: [push]
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
9
jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
- - uses: actions/checkout@v2
13
+ - uses: actions/checkout@v4
14
- name: Set up Haskell and Stack
- uses: haskell/actions/setup@v1
15
+ uses: haskell-actions/setup@v2
16
with:
17
enable-stack: true
18
stack-version: 'latest'
.github/workflows/docs.yml
@@ -9,9 +9,9 @@ jobs:
deploy:
- name: Set up Haskell Stack
0 commit comments