Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflows: allow push on manually run workflows
A while back we enabled running workflow manually in the action (with a button on the github ui) via the workflow_dispatch type. However, this action doesn't run the 'push' step because push is only included with a scheduled run or a merged pr. Rework the line so that push is performed for scheduled runs, merged prs, or manual runs. This is useful in case something samba-container depends on is updated and one doesn't feel like waiting all day for a scheduled run. Signed-off-by: John Mulligan <[email protected]>
- Loading branch information