Skip to content

Commit

Permalink
add dev workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Nov 27, 2024
1 parent 2a7f34d commit 27d5d45
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Build and Deploy to Dev

on:
pull_request:
branches: [main]

jobs:
build-dev-container:
uses: ./.github/workflows/build-and-push-docker-image.yml
secrets: inherit

0 comments on commit 27d5d45

Please sign in to comment.