From f2e85d66ab1e713d93b097b417b05d7267e94b67 Mon Sep 17 00:00:00 2001 From: Sardelka9515 <106232474+Sardelka9515@users.noreply.github.com> Date: Fri, 9 Sep 2022 11:15:27 +0800 Subject: [PATCH] Update build-test.yaml --- .github/workflows/build-test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 683b60f..f9c10ca 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -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/RageCoop - uses: actions/checkout@v2 - \ No newline at end of file +