From 0f8e02eb11f8823da9d02ee9c1fb36b7dc69c7bc Mon Sep 17 00:00:00 2001 From: ciriarte Date: Mon, 29 Nov 2021 11:45:36 -0800 Subject: [PATCH] fix: trigger on tags Authored-by: Carlos Iriarte --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b48abd96..fcf7b332 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,10 @@ name: ci on: push: - branches: master + branches: + - "master" + tags: + - "*" pull_request: permissions: