Skip to content

Commit

Permalink
feat(cicd): allow to trigger job manually
Browse files Browse the repository at this point in the history
  • Loading branch information
panpuchkov committed Dec 24, 2023
1 parent ac697de commit 7075fc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Docker Build & Push
permissions: write-all
'on':

on:
push:
branches:
- main
Expand All @@ -11,6 +12,8 @@ permissions: write-all
pull_request:
branches:
- main
workflow_dispatch:

env:
IMAGE_NAME: 'pygitver'
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 7075fc9

Please sign in to comment.