From 63a490ea06545e5608d813617a571cde25a004ea Mon Sep 17 00:00:00 2001 From: Ami Schreiber Date: Mon, 26 Aug 2024 18:20:05 -0400 Subject: [PATCH] Update azure-dev.yml (#352) Added "name" property for clarity. Set value to "Main Deployment" ## Purpose * ... Added name property for clarity. ## Does this introduce a breaking change? ``` [ ] Yes [ x] No ``` ## Pull Request Type What kind of change does this Pull Request introduce? ``` [ ] Bugfix [ ] Feature [ x] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Documentation content changes [ ] Other... Please describe: ``` ## How to Test * Get the code ``` git clone [repo-address] cd [repo-name] git checkout [branch-name] npm install ``` * Test the code ``` ``` ## What to Check Verify that the following are valid * ... ## Other Information Co-authored-by: Ami Schreiber --- .github/workflows/azure-dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/azure-dev.yml b/.github/workflows/azure-dev.yml index b6b65e5b..4fd01d4f 100644 --- a/.github/workflows/azure-dev.yml +++ b/.github/workflows/azure-dev.yml @@ -1,3 +1,4 @@ +name: Main Deployment on: workflow_dispatch: inputs: