Skip to content

Commit 0bd591f

Browse files
author
M. Fatih Cırıt
committed
on push main
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent 6626334 commit 0bd591f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-test-cuda.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ on:
44
pull_request:
55
types: [opened, labeled, unlabeled, synchronize]
66
push:
7+
branches:
8+
- main
79

810
jobs:
911
build-and-test-cuda:
10-
if: ${{ github.ref_name == github.event.repository.default_branch }}
1112
runs-on: [ self-hosted, linux, ARM64 ]
1213
strategy:
1314
fail-fast: false

0 commit comments

Comments
 (0)