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