Update web.yml

This commit is contained in:
Daniel Markstedt 2024-01-18 11:55:24 +09:00 committed by GitHub
parent be138fef5e
commit efe30ec0af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -8,6 +8,18 @@ on:
- 'python/common/**'
- '.github/workflows/web.yml'
- 'easyinstall.sh'
pull_request:
paths:
- 'python/web/**'
- 'python/common/**'
- '.github/workflows/web.yml'
- 'easyinstall.sh'
types:
- opened
- synchronize
branches:
- 'develop'
- 'main'
jobs:
backend_checks: