mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 20:23:01 +02:00
We only want Bob to run when PR's have been merged to main, this means when something is pushed to main. (Took a while to figure this one out actually.) See the following community discussion for details: https://github.com/orgs/community/discussions/26724#discussioncomment-3253102 Also, we've seen that moving the 'latest' tag messes up any push/pull/sync operation between clones and forks, so let's skip it and see how that works. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>