Using Alternate Branch as Source
Closed this issue · 1 comments
atneya commented
Apologies if I missed this in the documentation, but is there support for configuring the source branch (not the deploy branch) for this action. I would like to use main as by source branch rather than master.
helaili commented
The source branch is wherever you trigger the Actions workflow from:
on:
push:
branches:
- <your source branch>
...