From d6c92a90827d2c56a8e0be6581fc53318dc8f22e Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Tue, 7 May 2024 16:13:07 -0400 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 9d63b6e..516e7ab 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -1,13 +1,13 @@ # This is a basic workflow that is manually triggered -name: Manual workflow 2 +name: Manual workflow new release # Controls when the action will run. Workflow runs when manually triggered using the UI # or API. on: pull_request: branches: - - release + - newrelease # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -20,4 +20,4 @@ jobs: steps: # Runs a single command using the runners shell - name: Send greeting - run: echo "This is release branch" + run: echo "This is new release branch"