Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Fix CI: use correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
preston-evans98 committed May 17, 2023
1 parent 12a3d1c commit 6633926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rust

on:
push:
branches: ["research"]
branches: ["master"]
pull_request:
branches: ["research"]
branches: ["master"]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 6633926

Please sign in to comment.