From 405d14c7cea1d41a6610bc48988eec542c78b93c Mon Sep 17 00:00:00 2001 From: "J. Fronny" <33260128+JFronny@users.noreply.github.com> Date: Thu, 19 Dec 2019 21:00:17 +0100 Subject: [PATCH] I dunno what this is supposed to do but the tutorial tells you to do it --- .github/workflows/main.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c60642c..7be8638 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: