Skip to content

Commit

Permalink
new runner that only tests main
Browse files Browse the repository at this point in the history
  • Loading branch information
harryprayiv committed Mar 13, 2024
1 parent ded8637 commit 7dc2880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Haskell CI with Nix Flake
on:
workflow_dispatch:
pull_request:
branches: [main, unstable, generators]
branches: [main]
push:
branches: [main, unstable, generators]
branches: [main]
schedule:
- cron: '0 0 * * 0' # Weekly to maintain cache

Expand Down

0 comments on commit 7dc2880

Please sign in to comment.