Update build-test.yaml

This commit is contained in:
Sardelka9515
2022-09-09 11:15:27 +08:00
committed by GitHub
parent e30ef1f4bd
commit f2e85d66ab

View File

@ -7,6 +7,7 @@ on:
- '*/*' # matches every branch containing a single '/' - '*/*' # matches every branch containing a single '/'
- '**' # matches every branch - '**' # matches every branch
- '!main' # excludes main - '!main' # excludes main
- '!dev-nightly' # excludes nightly
pull_request: pull_request:
branches: [ "main", "dev-nightly" ] branches: [ "main", "dev-nightly" ]
@ -44,4 +45,4 @@ jobs:
name: RageCoop.Client name: RageCoop.Client
path: bin/Release/Client/RageCoop path: bin/Release/Client/RageCoop
- uses: actions/checkout@v2 - uses: actions/checkout@v2