Skip to content

Commit

Permalink
add manual dispatch to docker workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedvaziry committed Jan 11, 2025
1 parent 5aa1005 commit e976709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-latest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Docker Latest

on:
workflow_dispatch:
push:
branches:
- 2.x
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Docker Release

on:
workflow_dispatch:
release:
types: [ created ]

Expand Down

0 comments on commit e976709

Please sign in to comment.