Skip to content

Commit

Permalink
added workflow to build container image for postgres based on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmaetz committed May 23, 2024
1 parent 96dd4e0 commit 1946e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-container-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build Docker Container
on:
push:
branches:
- dev
- buildWorkflowforDev
pull_request:
branches:
- dev
- buildWorkflowforDev

jobs:
build:
Expand Down

0 comments on commit 1946e6d

Please sign in to comment.