Move branches rule from push trigger to PR trigger

This commit is contained in:
Daniel Markstedt 2023-11-03 21:18:23 +09:00
parent b69c039a0c
commit d51ea9f895
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: