From 801f5b78614e59d7122a009d4f85cdef72c053f0 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 6 Sep 2022 16:50:18 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ce1edde..bff79bb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -709,7 +709,7 @@ jobs: - name: Archive production artifacts uses: actions/upload-artifact@v3 - if: github.event_name == 'push' && matrix.goal != 'test' + if: (github.event_name == 'push' || github.event_name == 'schedule') && matrix.goal != 'test' with: name: gam-binaries path: | @@ -724,6 +724,7 @@ jobs: tar cJvvf bin.tar.xz bin/ publish: + if: github.event_name == 'push' runs-on: ubuntu-latest needs: build steps: