From 3c05e7aa59ee8ba806930be78c897095c0e35f13 Mon Sep 17 00:00:00 2001 From: Rishabh Verma <8901196+rishabhverma17@users.noreply.github.com> Date: Thu, 16 Apr 2020 11:15:55 +0530 Subject: [PATCH] update --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d0b196f..2341b98 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,9 @@ name: Build document -on: [push] +on: + push: + # Sequence of patterns matched against refs/tags + tags: + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 jobs: build_latex: runs-on: ubuntu-latest