Hey, I've recently set up pipeline on seed and hav...
# seed
s
Hey, I've recently set up pipeline on seed and have auto deploy selected for a feature branch connected to branch
feature-branch
. However, when I push to
feature-branch
in git Seed does not trigger an auto deploy, and I have selected
feature-branch
as the auto-deploy branch in my seed settings. Any idea what's going on?
ahh simple mistake I have github actions ci connected to seed but my branch
feature-branch
was not connected via yml to github workflows
f
Ah, glad u figured it out!