ci: workflow modifications

This commit is contained in:
Rifat Azad
2024-12-12 21:18:34 +06:00
committed by rifsxd
parent c29f513c0c
commit f254ab6d28
9 changed files with 29 additions and 29 deletions
+2 -2
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: