Skip to content

Commit

Permalink
ci: run docker build on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantk committed Feb 2, 2024
1 parent fcc313f commit 75b1ce6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Build and push docker image
on:
workflow_dispatch:
workflow_call:
push:
branches:
- master

jobs:
build_and_push_docker_image:
Expand Down

0 comments on commit 75b1ce6

Please sign in to comment.