Skip to content

Workflow dispatch (#35)#36

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

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

Conversation

@MWG-Logan
Copy link
Owner

  • 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:52
Copy link
Contributor

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 adds manual trigger capability to both production and development deployment workflows by introducing the workflow_dispatch event trigger. This allows workflows to be manually triggered from the GitHub Actions UI in addition to the existing automatic triggers on pushes to their respective branches.

Key Changes

  • Both deployment workflows now support manual triggering via GitHub Actions UI
  • The changes maintain all existing automatic push triggers

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 Added workflow_dispatch trigger to enable manual deployment to production
.github/workflows/dev-publish-function.yml Added workflow_dispatch trigger to enable manual deployment to development

@MWG-Logan MWG-Logan merged commit ba4f269 into main Nov 25, 2025
14 of 15 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