From ff0fa780181425ccd31080580b8b2a0bdea6210d Mon Sep 17 00:00:00 2001 From: DWesl <22566757+DWesl@users.noreply.github.com> Date: Mon, 10 Feb 2025 08:27:33 -0500 Subject: [PATCH] CI:Cygwin: Run on release-like tags --- .github/workflows/test-build-cygwin.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-build-cygwin.yml b/.github/workflows/test-build-cygwin.yml index 67ddd87e99..0909f9db68 100644 --- a/.github/workflows/test-build-cygwin.yml +++ b/.github/workflows/test-build-cygwin.yml @@ -3,6 +3,9 @@ on: workflow_dispatch: release: type: ["published"] + push: + tags: + - 'v[0-9]+.[0-9]+.[0-9]+' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}