summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-05-10 07:15:28 +0000
committerBlaž Hrastnik2021-05-10 07:15:28 +0000
commit37d32e2933448bd100e09b30401d87c60c7eba88 (patch)
treebb59ab53f9b885c5b1542dd9e54010d939887fe8 /.github/workflows/release.yml
parent83f97a7c895473f4af6e1079f7fad4bf7d1f212e (diff)
Modify build triggers.
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8159be5a..49000966 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -1,17 +1,18 @@
name: Release
-on: [push]
+on:
# schedule:
# - cron: '0 0 * * *' # midnight UTC
- # push:
- # branches:
- # - release
+ push:
+ # tags:
+ ## - release
jobs:
dist:
name: Dist
runs-on: ${{ matrix.os }}
strategy:
+ fail-fast: false # don't fail other jobs if one fails
matrix:
build: [linux, linux-arm, macos, win-msvc] #, win-gnu, win32-msvc
include: