Skip to content

Workflow dispatch (#35)#1

Merged
MWG-Logan merged 1 commit intomainfrom
dev
Nov 25, 2025
Merged

Workflow dispatch (#35)#1
MWG-Logan merged 1 commit intomainfrom
dev

Conversation

@MWG-Logan
Copy link
Member

  • Add workflow_dispatch trigger to deployment workflow

  • Add workflow_dispatch trigger to dev deployment workflow

* Add workflow_dispatch trigger to deployment workflow

* Add workflow_dispatch trigger to dev deployment workflow
Copilot AI review requested due to automatic review settings November 25, 2025 22:54
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enables manual triggering of Azure Function deployment workflows through the GitHub Actions UI by adding the workflow_dispatch event trigger to both production and development deployment workflows. This complements the existing automatic deployment on push to main/dev branches.

  • Adds workflow_dispatch trigger to production deployment workflow (prod-publish-function.yml)
  • Adds workflow_dispatch trigger to development deployment workflow (dev-publish-function.yml)

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/prod-publish-function.yml Adds workflow_dispatch trigger to enable manual production deployments
.github/workflows/dev-publish-function.yml Adds workflow_dispatch trigger to enable manual development deployments

@MWG-Logan MWG-Logan merged commit ba4f269 into main Nov 25, 2025
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants