From 75cd26cf94911c664afeb37368a345bf61b7b216 Mon Sep 17 00:00:00 2001 From: TANABE Ken-ichi Date: Mon, 2 Nov 2020 21:45:30 +0900 Subject: [PATCH] test-action: will run on v0 tag --- .github/workflows/test-action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 0148127..6a3f5c5 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -5,6 +5,8 @@ on: push: branches: - master + tags: + - v0 jobs: test_action: