Skip to content

Commit

Permalink
activate Nix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Sep 16, 2022
1 parent de00018 commit 26e4196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Nix CI
on:
push:
branches:
- master
- v8.16
pull_request:
paths:
- .github/workflows/**
Expand All @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
overrides:
- 'coq = "master"'
- 'coq = "8.16"'
fail-fast: false
steps:
- name: Determine which commit to test
Expand Down

0 comments on commit 26e4196

Please sign in to comment.