Update workflow.
This commit is contained in:
parent
686ad5e182
commit
83f97a7c89
1 changed files with 7 additions and 7 deletions
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
|
@ -1,11 +1,11 @@
|
||||||
name: Release
|
name: Release
|
||||||
on:
|
on: [push]
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: '0 0 * * *' # midnight UTC
|
# - cron: '0 0 * * *' # midnight UTC
|
||||||
|
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- release
|
# - release
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dist:
|
dist:
|
||||||
|
@ -13,7 +13,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
build: [linux, linux-arm, macos, win-msvc, win-gnu, win32-msvc]
|
build: [linux, linux-arm, macos, win-msvc] #, win-gnu, win32-msvc
|
||||||
include:
|
include:
|
||||||
- build: linux
|
- build: linux
|
||||||
os: ubuntu-20.04
|
os: ubuntu-20.04
|
||||||
|
|
Loading…
Add table
Reference in a new issue