mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-21 20:21:27 +00:00
Run release workflow on tag pushes
This commit is contained in:
committed by
Sebastian Stenzel
parent
637c21c6cc
commit
410215b318
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: Installers and Release
|
||||
|
||||
on: [workflow_dispatch]
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- [0-9].[0-9]+.[0-9]+*
|
||||
|
||||
env:
|
||||
JAVA_VERSION: 16
|
||||
|
||||
Reference in New Issue
Block a user