Hi @Koteswara Pentakota ,
When you say separate, I'm assuming you mean being able to run your App Service pipeline and Static Web App pipeline independently of each other. Other than setting the trigger
property in Azure Pipelines; on
in GitHub Actions, I don't believe there's any way to separate the two. Reason being your yaml is part of your repo. The only option I can think of is using the Azure Pipelines Classic Editor, basically using a Build Agent to pull down your code, build it, and publish the assets. Now I don't believe you can use Static Web Apps for this, but you can definitely switch your App Service to this sort of deployment.