diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2a37a447..e04665e64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,8 +3,8 @@ name: Release on: schedule: - cron: "0 6 * * mon" # 6am UTC, 11pm PST - #pull_request: - # branches: '**' + pull_request: + branches: '**' workflow_dispatch: inputs: release_name: @@ -129,8 +129,10 @@ jobs: with: file: ${{ matrix.file }} tags: ${{ matrix.tags }} - push: true platforms: ${{ matrix.platforms }} + push: true + cache-from: type=gha + cache-to: type=gha,mode=max binary-ubuntu-bionic: name: "Build Ubuntu 18.04 (bionic) binary"