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:
|
||||
push:
|
||||
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:
|
||||
branches: [ main, master ]
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
paths:
|
||||
- 'mnemo_cards_web_v2/**'
|
||||
- 'mnemo_cards_backend/**'
|
||||
- 'mnemo_cards_common/**'
|
||||
- 'mnemo_cards_common_backend/**'
|
||||
jobs:
|
||||
deploy-backend:
|
||||
name: Deploy Backend
|
||||
|
|
|
|||
Loading…
Reference in a new issue