Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit 9b14628

Browse files
author
Art Aquino
committed
Sets actions branch
1 parent db05d65 commit 9b14628

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Go - Build and Test (CUDA)
22

3-
on: workflow_dispatch
3+
on:
4+
push:
5+
branches: [ "cicd" ]
6+
pull_request:
7+
branches: [ "cicd" ]
48

59
jobs:
610
build:

0 commit comments

Comments
 (0)