From 0a4db84aa6fcac31857135e9521de59b59ce5851 Mon Sep 17 00:00:00 2001 From: heabeounMKTO <67853824+heabeounMKTO@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:00:38 +0700 Subject: [PATCH] Update rust.yml (#26) --- .github/workflows/rust.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d54fa2f..83faa25 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,7 +2,7 @@ name: Rust on: push: - branches: [ "master" ] + branches: [ "master" , "tch-backend", "onnx_yolov9"] pull_request: branches: [ "master" ] @@ -11,9 +11,7 @@ env: jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v3 - name: Build