PR environments stopped working with GitHub Actions
I had a couple of services setup with a single production environment and branch-based deploy. I was also using PR environments for automatic PR deploys. This was all working fine.
Then I added a staging environment, and created a GitHub Actions workflow to deploy to staging on pushes to main. I disabled the automatic branch deployment on Railway on both staging and production. The deploy via GitHub Actions (CLI) works.
But the PR environments don't work anymore, creating a PR does not trigger a deploy. There is nothing shown in the GitHub PR interface like before.
Is this because I disabled the main branch deploy? Is there a workaround to get it working again?
1 Reply
Project ID:
57b677a5-3ab2-46ff-a4d3-d825953cabb9