I would like to trigger the builds manually using workflow_dispatch event.
Example:
on:
workflow_dispatch:
want to know whether workflow_dispatch is supported? Because under usage it doesn't list workflow_dispatch event (manual trigger), but only push, push tag & pull request events.
Any help would be much appreciated!
I would like to trigger the builds manually using workflow_dispatch event.
Example:
on:
workflow_dispatch:
want to know whether workflow_dispatch is supported? Because under usage it doesn't list workflow_dispatch event (manual trigger), but only push, push tag & pull request events.
Any help would be much appreciated!