From 4dcbd404a65a836924509d14fc7febfd1227ec9b Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 14 Dec 2021 12:19:40 -0800 Subject: Only run RuntimeTests in the `develop` and `master` branches --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f38fb5d7..379a18b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: shell: cmd run: ./src/build_official.cmd env: - RuntimeTestsEnabled: ${{ github.ref == 'refs/heads/master' }} + RuntimeTestsEnabled: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' }} SigningUser: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_USER || '' }} SigningSecret: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_SECRET || '' }} -- cgit v1.2.3-55-g6feb