Update build_n_push.yml with workflow_dispatch

This commit is contained in:
Maycon Santos
2023-08-14 12:02:38 +02:00
committed by GitHub
parent 71056e574a
commit af5479f041

View File

@@ -3,6 +3,8 @@ on:
push:
branches:
- main
workflow_dispatch:
jobs:
docs_build_n_push:
runs-on: ubuntu-latest
@@ -28,4 +30,4 @@ jobs:
file: docker/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}