mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 22:54:04 +02:00
edit workflows to also run on pull_requests
This commit is contained in:
5
.github/workflows/build-push-frontend.yml
vendored
5
.github/workflows/build-push-frontend.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user