From c73fe483f5ec9f0ed94b1e48c6189bbac643ebc8 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Wed, 5 May 2021 13:34:27 +0000 Subject: [PATCH] Fix (ci): Fix ci-master-pr to run on tags --- .github/workflows/ci-master-pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-master-pr.yml b/.github/workflows/ci-master-pr.yml index 7502593..29a6692 100644 --- a/.github/workflows/ci-master-pr.yml +++ b/.github/workflows/ci-master-pr.yml @@ -4,6 +4,8 @@ on: push: branches: - master + tags: + - '**' pull_request: branches: - master