mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 01:31:25 +00:00
Move branches rule from push trigger to PR trigger
This commit is contained in:
parent
cb6174fc1d
commit
cf5421d1f5
3
.github/workflows/cpp.yml
vendored
3
.github/workflows/cpp.yml
vendored
@ -7,9 +7,6 @@ on:
|
||||
- 'cpp/**'
|
||||
- 'python/**'
|
||||
- '.github/workflows/cpp.yml'
|
||||
branches:
|
||||
- 'develop'
|
||||
- 'main'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'cpp/**'
|
||||
|
6
.github/workflows/web.yml
vendored
6
.github/workflows/web.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user