Skip to content

Commit

Permalink
Kick linux CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
exelix11 committed Sep 12, 2023
1 parent fe33fa1 commit dfda212
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/client-cross.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: SysDVR-Client
name: SysDVR-Client dotnet build
# This is the "cross platform" build of SysDVR-Client, it only produces clean .net binaries without dependencies
# All the other builds are platform specific and produce a native AOT build with all the dependencies included

on:
workflow_dispatch:
push:
branches: [ "6.0" ]

# push:
# branches: [ master ]
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/client-linux-x64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: SysDVR-Client flatpak
name: SysDVR-Client flatpak linux x64

on:
workflow_dispatch:
push:
branches: [ "6.0" ]

jobs:
build:
Expand Down

0 comments on commit dfda212

Please sign in to comment.