From 83f97a7c895473f4af6e1079f7fad4bf7d1f212e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Mon, 10 May 2021 15:48:07 +0900 Subject: [PATCH] Update workflow. --- .github/workflows/release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ff4116ab..8159be5a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,11 +1,11 @@ name: Release -on: - schedule: - - cron: '0 0 * * *' # midnight UTC +on: [push] + # schedule: + # - cron: '0 0 * * *' # midnight UTC - push: - branches: - - release + # push: + # branches: + # - release jobs: dist: @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - build: [linux, linux-arm, macos, win-msvc, win-gnu, win32-msvc] + build: [linux, linux-arm, macos, win-msvc] #, win-gnu, win32-msvc include: - build: linux os: ubuntu-20.04