ci: workflow modifications

This commit is contained in:
Rifat Azad
2024-12-12 21:18:34 +06:00
committed by rifsxd
parent f57d52437c
commit c6ba5be134
9 changed files with 29 additions and 29 deletions

View File

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