Skip to content

Commit

Permalink
Update build_n_push.yml with workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon authored Aug 14, 2023
1 parent 71056e5 commit af5479f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_n_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
docs_build_n_push:
runs-on: ubuntu-latest
Expand All @@ -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 }}

0 comments on commit af5479f

Please sign in to comment.