Skip to content

Commit

Permalink
ci: add workflow_dispatch trigger to main.yaml (#4295)
Browse files Browse the repository at this point in the history
Signed-off-by: donniean <donniean1@gmail.com>
  • Loading branch information
donniean committed Sep 18, 2024
1 parent 895b284 commit 16b5d5a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
push:
# Publish `master` as Docker `latest` image.
branches:
- master
# - dev
- release-*
- master
# - dev
- release-*
workflow_dispatch:

env:
# TODO: Change variable to your image's name.
Expand Down

0 comments on commit 16b5d5a

Please sign in to comment.