From ae1c4348d6795c37a7af0722cb843e6be926ab3a Mon Sep 17 00:00:00 2001 From: Jeffrey D <11084623+Nephery@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:56:47 -0400 Subject: [PATCH] update snapshot workflow to build from master (#309) --- .github/workflows/snapshot-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml index 2d1cc68f..d5b6141a 100644 --- a/.github/workflows/snapshot-release.yml +++ b/.github/workflows/snapshot-release.yml @@ -5,7 +5,7 @@ on: workflows: - Test branches: - - 'stage-*' + - master types: - completed