Skip to content

Commit

Permalink
actions: run nix cache on pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
akshettrj committed Jun 30, 2024
1 parent ce1a58f commit e0e6225
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cache_nix.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Cache Nixpkg

on:
push:
branches:
- main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit e0e6225

Please sign in to comment.