I dunno what this is supposed to do but the tutorial tells you to do it

This commit is contained in:
J. Fronny 2019-12-19 21:00:17 +01:00 committed by GitHub
parent 29f4b9ca05
commit 405d14c7ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,10 @@
name: CD
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
on: [push]
name: CD
jobs:
build: