Skip to content

Commit

Permalink
feat: update workflow triggering push to pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Apurva14A authored Nov 15, 2023
1 parent 4a0ebd4 commit 465262c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_image.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: OnlineBookStoreImageBuild

on: [push]
on: [pull]

jobs:
build-image:
Expand All @@ -25,4 +25,4 @@ jobs:
run :
docker build -t aapurva/java-webapps:v1.0.0 .



0 comments on commit 465262c

Please sign in to comment.