ci: workflow for magic branch

This commit is contained in:
Rifat Azad
2025-01-03 08:30:21 +06:00
parent ce99e18df9
commit 06fa1cac0e
8 changed files with 15 additions and 15 deletions

View File

@@ -1,13 +1,13 @@
name: Build SU
on:
push:
branches: [ "next" ]
branches: [ "magic" ]
paths:
- '.github/workflows/build-su.yml'
- 'userspace/su/**'
- 'scripts/ksubot.py'
pull_request:
branches: [ "next" ]
branches: [ "magic" ]
paths:
- 'userspace/su/**'
jobs: