Skip to content

Commit

Permalink
IDL-60 Allow mannual trigger of Docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lbandrov committed Jul 24, 2024
1 parent 0a477e8 commit 7de84df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Docker

on:
push:
tags:
- '*'
branches:
- main
workflow_dispatch:

jobs:
docker:
Expand Down

0 comments on commit 7de84df

Please sign in to comment.