From e9347bb6631ba2ab8a9d3657caf95006dbf22068 Mon Sep 17 00:00:00 2001 From: Katie Gengler Date: Wed, 11 Jan 2023 17:46:32 -0500 Subject: [PATCH] Run CI on pushed tags --- .github/workflows/ci-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index fc9da665..25656364 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -5,6 +5,8 @@ on: branches: - master - 'v*' + tags: + - '*' pull_request: schedule: - cron: '0 3 * * *' # daily, at 3am