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:
5
.github/workflows/pack.yaml
vendored
5
.github/workflows/pack.yaml
vendored
@@ -1,5 +1,8 @@
|
||||
name: pack
|
||||
on: [workflow_dispatch, push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'smallkai'
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user