davidgasquez / gitcoin-grants-data-portal

🌲 Open source, serverless, and local-first data hub for Gitcoin Grants data!
https://grantsdataportal.xyz/
MIT License
25 stars 3 forks source link

ci: 👷 swap branch used by CI #53

Closed DistributedDoge closed 6 months ago

DistributedDoge commented 6 months ago

Follow-up to PR #49 that restores CI to full functionality fixing #47.

When make run is being triggered we now need to specify it has to run on pr-branch (after merge) not on main branch (before merge).

Tested on my fork, ready to merge.