Skip to content

Commit

Permalink
allow to run workflows manually
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeva Kandasamy <[email protected]>
  • Loading branch information
jkandasa committed Jan 31, 2025
1 parent 1dd89e1 commit b721614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_container_images.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: publish container images
on:
workflow_dispatch: {}
push:
branches: [main]
tags: ["v*"]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_executables.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: publish executables
on:
workflow_dispatch: {}
push:
branches: [main]
tags: ["v*"]
Expand Down

0 comments on commit b721614

Please sign in to comment.