scope
This commit is contained in:
parent
fd6b9cf77b
commit
d9d86ca816
2 changed files with 15 additions and 1 deletions
|
|
@ -3,6 +3,16 @@ name: Main CI Pipeline
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, master ]
|
branches: [ main, master ]
|
||||||
|
paths:
|
||||||
|
- 'mnemo_cards_backend/**'
|
||||||
|
- 'mnemo_cards_common/**'
|
||||||
|
- 'mnemo_cards_common_backend/**'
|
||||||
|
- 'mnemo_cards_web_v2/**'
|
||||||
|
- 'mnemo_cards_common/**'
|
||||||
|
- 'mnemo_cards_frontend_common/**'
|
||||||
|
- 'chat/mnemo_cards_chat/**'
|
||||||
|
- 'games/packages/**'
|
||||||
|
- 'funny_letters/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, master ]
|
branches: [ main, master ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,11 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths:
|
||||||
|
- 'mnemo_cards_web_v2/**'
|
||||||
|
- 'mnemo_cards_backend/**'
|
||||||
|
- 'mnemo_cards_common/**'
|
||||||
|
- 'mnemo_cards_common_backend/**'
|
||||||
jobs:
|
jobs:
|
||||||
deploy-backend:
|
deploy-backend:
|
||||||
name: Deploy Backend
|
name: Deploy Backend
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue