From c62c13eaba5ab5c2ce30a0d28631d9e9cd7b1644 Mon Sep 17 00:00:00 2001 From: Felipe Ventura <37639194+feventura@users.noreply.github.com> Date: Sun, 21 Jul 2024 15:59:39 -0400 Subject: [PATCH] Update artifact_validation.yaml --- .github/workflows/artifact_validation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifact_validation.yaml b/.github/workflows/artifact_validation.yaml index 91fbe9c7..cc4b4433 100644 --- a/.github/workflows/artifact_validation.yaml +++ b/.github/workflows/artifact_validation.yaml @@ -2,7 +2,7 @@ name: Artifact validation on: push: - branches: [ 'main' ] + branches: [ 'master' ] # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.