Skip to content

Commit

Permalink
run check on all pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
cottand committed Feb 23, 2024
1 parent e2b9757 commit f5ce211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Test Nix Flake build
name: On push

on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ "*" ]
pull_request:
branches: [ master ]

Expand All @@ -19,5 +19,5 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}

- uses: DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7

- run: nix flake check

0 comments on commit f5ce211

Please sign in to comment.