Skip to content

Commit

Permalink
[*] add workflow_dispatch trigger to "Update Docker" action
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Mar 11, 2021
1 parent ce0c0f6 commit 67fdce7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
- '**.yaml'
- '**.yml'
- 'go.mod'
- 'go.sum'
- 'go.sum'
- 'Dockerfile'
branches:
- '*'
workflow_dispatch:

jobs:
docker:
Expand Down

0 comments on commit 67fdce7

Please sign in to comment.