ci: only build on src/ or static/ changes

also allow manual dispatches
This commit is contained in:
Maya 2025-09-22 18:36:39 +03:00
parent be7cb2f780
commit 58175462b2
No known key found for this signature in database
1 changed files with 7 additions and 0 deletions

View File

@ -4,8 +4,15 @@ on:
push:
branches: [ "main" ]
tags: [ 'v*' ]
paths:
- 'src/**'
- 'static/**'
pull_request:
branches: [ "main" ]
paths:
- 'src/**'
- 'static/**'
workflow_dispatch:
jobs:
build-and-push: