Skip to content

Commit

Permalink
Disable client CI for now, fix yaml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
exelix11 committed Sep 7, 2023
1 parent c2d3e8e commit 9e68520
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Android SDK
uses: amyu/setup-android@v3
with:
- ndk-version: "25.2.9519653"
ndk-version: "25.2.9519653"
- name: Configure native cache
uses: actions/cache@v3
with:
Expand Down
38 changes: 19 additions & 19 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ name: SysDVR-Client

on:
workflow_dispatch:
push:
branches: [ master ]
paths:
- Client/**
- ClientGUI/**
- Libs/**
- ReleaseClient.bat
# but not the multiplatform builds
- '!Client/Platform/Android/**'
- '!Client/Platform/Linux/**'
pull_request:
branches: [ master ]
paths:
- Client/**
- ClientGUI/**
- Libs/**
- ReleaseClient.bat
- '!Client/Platform/Android/**'
- '!Client/Platform/Linux/**'
# push:
# branches: [ master ]
# paths:
# - Client/**
# - ClientGUI/**
# - Libs/**
# - ReleaseClient.bat
# # but not the multiplatform builds
# - '!Client/Platform/Android/**'
# - '!Client/Platform/Linux/**'
# pull_request:
# branches: [ master ]
# paths:
# - Client/**
# - ClientGUI/**
# - Libs/**
# - ReleaseClient.bat
# - '!Client/Platform/Android/**'
# - '!Client/Platform/Linux/**'

jobs:
build:
Expand Down

0 comments on commit 9e68520

Please sign in to comment.