Skip to content

Commit

Permalink
Update rust.yml (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
heabeounMKTO authored Apr 24, 2024
1 parent fbfbd8b commit 0a4db84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Rust

on:
push:
branches: [ "master" ]
branches: [ "master" , "tch-backend", "onnx_yolov9"]
pull_request:
branches: [ "master" ]

Expand All @@ -11,9 +11,7 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
Expand Down

0 comments on commit 0a4db84

Please sign in to comment.