Skip to content

Commit

Permalink
ci: run on updates
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Jan 9, 2025
1 parent c478421 commit b5b5748
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Build and populate cache

on:
workflow_dispatch:
push:
paths:
- "flake/pkgs"
- "modules/flake/packages"
- "**.lock"
schedule:
- cron: "0 2 * * *"
workflow_dispatch:
workflow_run:
workflows:
- Bump Flake Inputs
types:
- completed

jobs:
build:
Expand Down

0 comments on commit b5b5748

Please sign in to comment.