From 83e2d120219c8c5809ea53b0f3e0e3422814cd79 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 12 May 2023 01:40:16 +0000 Subject: [PATCH] Run continuous tests on tags and releases. --- .github/workflows/run_tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 2eeae70..710fe90 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -3,8 +3,11 @@ name: Node.js CI on: push: branches: [ main ] + tags: [ '*' ] pull_request: branches: [ main ] + release: + types: [ published ] jobs: build: