Skip to content

Commit

Permalink
ci: add manual dispatch to nix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Sep 21, 2024
1 parent abfc0b4 commit 8983afb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '**/*.rs'
- '.github/workflows/nix.yml'
- 'nix/**'
workflow_dispatch:
push:
branches:
- main
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/nix_continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name: nix_continuous
on:
schedule:
- cron: "10 3 * * *"
push:
workflow_dispatch:
push:
branches:
- main
paths:
- '**/*.rs'
- '.github/workflows/nix.yml'
- '.github/workflows/nix_continuous.yml'
- 'nix/**'

jobs:
Expand Down

0 comments on commit 8983afb

Please sign in to comment.