Skip to content

Commit

Permalink
add pull_request workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shkangr committed Apr 22, 2024
1 parent 943149d commit 0ef33a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push-docker-image.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: push
on:
push:
pull_request:

name: push docker image
jobs:
build_and_push:
Expand Down

0 comments on commit 0ef33a2

Please sign in to comment.