Skip to content

Commit

Permalink
Added workflow_dispatch to pipeline triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
vduseev committed Apr 17, 2021
1 parent 0cb3c8e commit c913b53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/built-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
# Will be executed on push or successful merge into main.
tags:
- "v*"
branches:
- main
workflow_dispatch:

jobs:
build-dev-docker-image:
Expand Down

0 comments on commit c913b53

Please sign in to comment.