Skip to content

fix: have deployment on commit instead of tag for main branch#6

Open
jdaln wants to merge 1 commit into
mainfrom
fix/deployment-on-commit-main
Open

fix: have deployment on commit instead of tag for main branch#6
jdaln wants to merge 1 commit into
mainfrom
fix/deployment-on-commit-main

Conversation

@jdaln

@jdaln jdaln commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 4, 2026 12:52

Copilot AI left a comment

Copy link
Copy Markdown

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 changes the production deployment trigger from version tags to direct pushes on the primary branch(es), aligning CI/CD behavior with a commit-based deployment flow for main/master.

Changes:

  • Update the production GitHub Actions workflow to deploy on pushes to main/master instead of v* tags.
  • Update README deployment documentation to reflect the new production deploy trigger.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
README.md Updates deployment documentation to describe commit-based production deploys on main/master.
.github/workflows/deploy-prod.yml Switches the production deploy workflow trigger from tag-based to branch push-based.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
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