Compare commits

..

1 Commits

Author SHA1 Message Date
80adb79196 feat: add GitHub Actions workflow for building Docker images on feature PRs
All checks were successful
Build Docker Image for Feature PRs / build (pull_request) Successful in 1m29s
2025-02-09 15:16:50 +01:00

View File

@@ -3,7 +3,7 @@ name: Build Docker Image for Feature PRs
on:
pull_request:
branches:
- "feature/*"
- main
jobs:
build: