Browse Source

Add workflow_dispatch trigger to docker-image.yml

pull/6029/head
Joarley Santos 2 months ago
committed by GitHub
parent
commit
6b2366c318
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/docker-image.yml

1
.github/workflows/docker-image.yml

@ -4,6 +4,7 @@ on:
push:
tags:
- '*.*.*'
workflow_dispatch:
pull_request:
branches:
- 'main'

Loading…
Cancel
Save