Move branches rule from push trigger to PR trigger

This commit is contained in:
Daniel Markstedt 2023-11-03 21:18:23 +09:00 committed by Daniel Markstedt
parent cb6174fc1d
commit cf5421d1f5
2 changed files with 3 additions and 6 deletions

View File

@ -7,9 +7,6 @@ on:
- 'cpp/**'
- 'python/**'
- '.github/workflows/cpp.yml'
branches:
- 'develop'
- 'main'
pull_request:
paths:
- 'cpp/**'

View File

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