Skip to content

ci: split workflow into test and deploy pipelines#7

Merged
Dandiggas merged 1 commit into
mainfrom
ci/split-workflows
Apr 9, 2026
Merged

ci: split workflow into test and deploy pipelines#7
Dandiggas merged 1 commit into
mainfrom
ci/split-workflows

Conversation

@Dandiggas
Copy link
Copy Markdown
Owner

Summary

  • Adds test.yml — triggers on PRs to main, runs backend + frontend tests only
  • Updates test-and-deploy.yml — triggers only on push to main, removes redundant if guards on deploy jobs
  • Gives clear separation in the Actions UI between PR test runs and main deploy runs

Test plan

  • Open a test PR and verify only "Test" workflow runs
  • Merge to main and verify "Test and Deploy" workflow runs with deploy steps

🤖 Generated with Claude Code

PR runs now show as "Test" and main merges show as "Test and Deploy"
for clearer separation of concerns in the Actions UI.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Dandiggas Dandiggas merged commit 4e3088d into main Apr 9, 2026
3 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.

1 participant