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

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Art9681 authored Jul 13, 2024
1 parent 23172ef commit f4b50b7
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: Go - Build and Test (CUDA)
name: Go - Build (CUDA) - Local

on: workflow_dispatch
on:
workflow_dispatch:
push:
branches:
- "cicd"
tags:
- '*'

jobs:
build:

runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -41,4 +46,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: artifacts
path: artifacts

0 comments on commit f4b50b7

Please sign in to comment.