Skip to content

Commit

Permalink
Update github workflow branch targets to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Guggi committed Jul 10, 2024
1 parent 2bc180b commit 995ea8f
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: Build & Test

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

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 995ea8f

Please sign in to comment.