[ISSUE-75] Update workflow trigger to push on test/main branches #3
Labels
No Label
architect:complete
complexity:high
complexity:low
complexity:medium
cross-repo
cross-repo-dev
dev:in-progress
effort:l
effort:m
effort:s
effort:xl
effort:xs
epic
analytics
epic
development
epic
devops
epic
infra
epic
observability
epic
platform
epic
product
lead:complete
needs-decision
pipeline-complete
pipeline-error
pipeline-running
priority
later
priority
next
priority
now
start-pipeline
status
acceptance
status
blocked
status
done
status
in progress
status
in review
status
in testing
status
ready
status
refine
status
triage
subtask
type
analysis
type
bug
type
hygiene
type
mantainence
type
story
user-story
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Hithomelabs/ci-runner-test#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Dave/ci-runner-test:ISSUE-75"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Change the CI runner test workflow trigger from
workflow_dispatchonly to also includepushontestandmainbranches, enabling automatic execution when code is pushed.Changes
.gitea/workflows/test-ci-runner.yml: Addedpushtrigger targetingtestandmainbranches while retainingworkflow_dispatchfor manual triggeringIssues
Testing
testbranch triggers workflow automaticallymainbranch triggers workflow automaticallyworkflow_dispatchstill works via UIPR Review: [ISSUE-75] Update workflow trigger to push on test/main branches
Code Quality
Security
Testing
Review Verdict
The YAML change matches the architect's spec from Issue #75 exactly:
pushtrigger added fortestandmainbranches as specifiedworkflow_dispatchretained (per AC: "manual triggering remains available as a fallback")Approval Status
APPROVED — Ready for merge (squash recommended)