Reputation: 33
Firstly, I just wanted to mention that I don't have much experience in using GitHub actions. However, I would like my typescript code to be built, and pushed to a production branch whenever there is a commit to my main branch. Is there anyway to do this?
Upvotes: 0
Views: 957
Reputation: 91
You can use the following two actions to achieve what you want.
Basically, you are done, if you need any extra step you can always go to actions marketpalce or build your own.
Upvotes: 1