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: