From 313651766228b6537b195486f404e6c116273452 Mon Sep 17 00:00:00 2001 From: Katsuya Hidaka Date: Thu, 15 Apr 2021 02:19:37 +0900 Subject: [PATCH] Skip CI pushing against v1 branch and any tag --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1dff29c..c5cd1b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,10 @@ name: Test this action on: push: + branches-ignore: + - v1 + tags-ignore: + - '*' paths-ignore: - '*.md' pull_request: