From 73c1e07a041936c81e7f0400c940fafe30681d02 Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Fri, 17 Feb 2023 10:10:47 -0800 Subject: [PATCH] Update github actions to ignore rcs --- .github/workflows/lint-tests-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-tests-release.yml b/.github/workflows/lint-tests-release.yml index 5862ddfc2f..00d7672ffc 100644 --- a/.github/workflows/lint-tests-release.yml +++ b/.github/workflows/lint-tests-release.yml @@ -5,7 +5,7 @@ on: branches: - master tags: - - "*" + - 'v[0-9]+.[0-9]+.[0-9]+' pull_request: jobs: