ci: main -> upstream

This commit is contained in:
Rifat Azad
2024-12-11 14:10:44 +06:00
committed by rifsxd
parent 69bd8f987a
commit 47e9e9e7b0

View File

@@ -2,14 +2,14 @@ name: Build Manager
on: on:
push: push:
branches: [ "main", "next", "magic" ] branches: [ "upstream", "next", "magic" ]
paths: paths:
- '.github/workflows/build-manager.yml' - '.github/workflows/build-manager.yml'
- 'manager/**' - 'manager/**'
- 'kernel/**' - 'kernel/**'
- 'userspace/ksud/**' - 'userspace/ksud/**'
pull_request: pull_request:
branches: [ "main", "next" ] branches: [ "upstream", "next", "magic" ]
paths: paths:
- 'manager/**' - 'manager/**'
workflow_call: workflow_call: