Skip to content

Commit

Permalink
use correct branch (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostekIV authored Jan 2, 2024
1 parent 6a8dfd9 commit 854c2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Test

on:
push:
branches: [ "proxologist" ]
branches: [ "alephzero" ]
paths-ignore:
- '**/README.md'
pull_request:
branches: [ "proxologist" ]
branches: [ "alephzero" ]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 854c2d0

Please sign in to comment.