Restore workflow events for pushs to paths

This commit is contained in:
Daniel Markstedt 2023-11-03 20:21:00 +09:00
parent d1a080b7d0
commit d5cc10384f
2 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,10 @@ name: C++ Tests; Full Static Analysis
on:
workflow_dispatch:
push:
paths:
- 'cpp/**'
- 'python/**'
- '.github/workflows/cpp.yml'
branches:
- 'develop'
- 'main'

View File

@ -3,6 +3,11 @@ name: Web Tests/Analysis
on:
workflow_dispatch:
push:
paths:
- 'python/web/**'
- 'python/common/**'
- '.github/workflows/web.yml'
- 'easyinstall.sh'
branches:
- 'develop'
- 'main'