Fix main:* CI jobs appearing on develop branch pipelines
Summary
- Replace
$CI_DEFAULT_BRANCHwith hardcoded"main"in allmain:*job rules - After the default branch was changed from main to develop, these jobs incorrectly matched on develop pipelines
Jobs Fixed
- main:deploy-blog-mainnet
- main:deploy-wallet-mainnet
- main:deploy-blog-mirrornet
- main:deploy-wallet-mirrornet
- main:stop-blog-mainnet
- main:stop-wallet-mainnet
- main:stop-blog-mirrornet
- main:stop-wallet-mirrornet
Test Plan
- Verify develop branch pipelines no longer show main:* jobs
- Verify main branch pipelines still show main:* jobs correctly
Fixes #791 (closed)