diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index 8f660402..8e2217af 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -45,6 +45,7 @@ jobs: name: Deploy Dev runs-on: ubuntu-latest needs: build # wait for other job to finish g + environment: dev steps: - name: Azure login @@ -66,6 +67,7 @@ jobs: with: app-name: ${{ env.AZURE_WEBAPP_NAME }} # Replace with your app name package: artifacts/ + \ No newline at end of file