Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing trigger back to workflow dispatch with reusable workflows
Reusable workflow call event type is the same as parent workflow. So since server event is push, cascaded workflows also have event type as push. Hence, adding workflow dispatch again which trigger the workflows in the other repos which themselves use reusable workflow. Hopefully this marks event-type as workflow dispatch. - Server workflow event would be push. - Other repo workflow events would be dispatch. - These repos then call the reusable workflow which should have event type as dispatch.
- Loading branch information