Trigger
ASten1
Partner, Registered Posts: 19 Partner
Hi,
I would like to create a trigger which executes my flow whenever I push new code to my git repository (which is connected to my python library), Is there a way to do so?
Thank you!
Best Answer
-
Hi,
you can create a custom python trigger that would check every now and then if there are new commits in git and then trigger a scenario.
Answers
-
Thank you, you are right, I don't know why I didn't arrive to that solution!