From 394a7abe652c155e93a5409658187e349379b97a Mon Sep 17 00:00:00 2001 From: Eric Mellino Date: Sat, 12 Feb 2022 16:51:26 -0800 Subject: [PATCH] Revert "Also trigger builds on tag push." This reverts commit 17076778f17dcde9c6cf8dbd4790c869a9cbb7cd. --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b71da7d..3263206 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,6 @@ name: CI on: create: # when tags are created push: - tags: 'v*' branches: [ master ] pull_request: branches: [ master ]