Merge branch 'dev-nightly' of https://github.com/RAGECOOP/RAGECOOP-V into dev-nightly
This commit is contained in:
3
.github/workflows/build-test.yaml
vendored
3
.github/workflows/build-test.yaml
vendored
@ -7,6 +7,7 @@ on:
|
||||
- '*/*' # matches every branch containing a single '/'
|
||||
- '**' # matches every branch
|
||||
- '!main' # excludes main
|
||||
- '!dev-nightly' # excludes nightly
|
||||
|
||||
pull_request:
|
||||
branches: [ "main", "dev-nightly" ]
|
||||
@ -44,4 +45,4 @@ jobs:
|
||||
name: RageCoop.Client
|
||||
path: bin/Release/Client
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user