summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Maslek <jmaslek11@gmail.com>2024-03-14 10:11:37 -0400
committerGitHub <noreply@github.com>2024-03-14 10:11:37 -0400
commitfc54b54ec395ae49cff1d3f814c139d1f112b08d (patch)
tree594617360e737a30c56a315c9da9143a4f251d41
parent6d259a50c52d2c162a56cd1a6aaa4d903fa6ff4d (diff)
Update build-release.yml (#6215)
-rw-r--r--.github/workflows/build-release.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml
index f190c65a959..87d55171bcc 100644
--- a/.github/workflows/build-release.yml
+++ b/.github/workflows/build-release.yml
@@ -11,6 +11,8 @@ on:
push:
branches:
- release/v3/*
+ workflow_dispatch:
+
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}