Skip to content

Commit

Permalink
try removing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
liesnikov committed Nov 27, 2024
1 parent ca79e82 commit 3fa4c68
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .github/workflows/nix-ci.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
name: Nix CI

# Trigger the workflow on push or pull request, but only for the master branch
name: "Nix CI"
on:
pull_request:
push:
paths:
- 'lib/**'
- 'src/**'
- 'test/**'
- 'agda2hs.agda-lib'
- 'agda2hs.cabal'
- 'cabal.project'
- 'Makefile'
- '.github/workflows/**.yml'
branches: [master]

jobs:
nix-build:
name: ${{ matrix.pretty }} with nix (${{ matrix.derivation }})
Expand All @@ -27,7 +14,7 @@ jobs:
- pretty: "Compile agda2lambox"
derivation: agda2lambox
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix build .#${{ matrix.derivation }} --print-build-logs
- uses: DeterminateSystems/magic-nix-cache-action@v4
- run: nix build .#${{ matrix.derivation }} --print-build-logs

0 comments on commit 3fa4c68

Please sign in to comment.