Skip to content

Commit

Permalink
Merge pull request #1300 from TeamCOMPAS/add_workflow_dispatch_to_doc…
Browse files Browse the repository at this point in the history
…ker_ci

Add workflow_dispatch to docker ci (allows manual building)
  • Loading branch information
jeffriley authored Dec 4, 2024
2 parents e7b5b49 + 66b7181 commit 1f2e382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dockerhub-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Dockerhub Image CI
on:
push:
branches: [ dev ]
workflow_dispatch: null

jobs:
release:
Expand Down

0 comments on commit 1f2e382

Please sign in to comment.