From df9e7e69c60ecbf0c5ee6800941f8007d94738cd Mon Sep 17 00:00:00 2001 From: Andreas Tasch Date: Wed, 20 Nov 2019 07:31:43 +0100 Subject: [PATCH] Only trigger on tags. --- .github/workflows/on-tag.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/on-tag.yml b/.github/workflows/on-tag.yml index eb94a1e..db16633 100644 --- a/.github/workflows/on-tag.yml +++ b/.github/workflows/on-tag.yml @@ -2,8 +2,6 @@ name: Build & deploy ElectrumX on: push: - branches: - - master tags: - '*'