ci: next branch workflow

This commit is contained in:
Rifat Azad
2025-01-03 11:17:55 +06:00
parent 8162f46af4
commit 378eae8a01
8 changed files with 15 additions and 15 deletions

View File

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