Post #3380876
2026-06-23 11:42 UTC
Would this also trigger (git rev-parse) to change? I have CI/CD listening to changes on the master branch
Replies (3)
-
@waldfee@feddit.org 2026-06-23 12:40
When you have top amend a commit that you have already pushed you have to force push the amendment. That should then trigger the Pipeline
-
@Witchfire@lemmy.world 2026-06-23 16:34
Work off the master branch first, don’t push to prod until you’re ready to
-
@VibeSurgeon@piefed.social 2026-06-23 19:53
Well, there’s your problem. Get yourself a nice button/endpoint you can hit to trigger CI/CD that way instead