1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 14:09:25 +08:00

fix: run actions only when push to 'smallkai' branch

This commit is contained in:
LA_DI_DA
2024-05-19 20:07:18 +08:00
parent f03ed2cdcb
commit 335b0c4712

View File

@@ -1,5 +1,8 @@
name: pack
on: [workflow_dispatch, push]
on:
push:
branches:
- 'smallkai'
jobs:
main:
runs-on: ubuntu-latest