Add lxml to base image and set base to build automatically if requirements changes.

This commit is contained in:
SergeantPanda 2025-05-20 18:51:40 -05:00
parent eecf879119
commit a74160a0b6
2 changed files with 3 additions and 0 deletions

View file

@ -6,11 +6,13 @@ on:
paths:
- 'docker/DispatcharrBase'
- '.github/workflows/base-image.yml'
- 'requirements.txt'
pull_request:
branches: [ main, dev ]
paths:
- 'docker/DispatcharrBase'
- '.github/workflows/base-image.yml'
- 'requirements.txt'
workflow_dispatch: # Allow manual triggering
permissions: