From 7872a7395db7fa6a11f47cb9830f5700d4e92133 Mon Sep 17 00:00:00 2001 From: Jake Marsden Date: Fri, 24 Apr 2020 19:11:20 +1200 Subject: [PATCH] Only build once on release --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff696ba..f31a591 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,9 @@ name: CI on: - - pull_request - - push + pull_request: + push: + tags-ignore: + - v*.*.* jobs: build: