edit workflows to also run on pull_requests

This commit is contained in:
maxDorninger
2025-06-29 00:04:30 +02:00
parent b529c6cfcc
commit 3b3ce6b52f
3 changed files with 20 additions and 0 deletions

View File

@@ -9,6 +9,11 @@ on:
paths:
- 'web/**'
- '.github/workflows/build-push-frontend.yml'
pull_request:
paths:
- 'web/**'
- '.github/workflows/build-push-frontend.yml'
workflow_dispatch:
jobs: