Tiny fix lint CI does not trigger on master (#6609)

This commit is contained in:
fzyzcjy
2025-05-26 13:47:03 +08:00
committed by GitHub
parent 6bebef60a7
commit 84147254c9

View File

@@ -1,6 +1,10 @@
name: Lint
on: [ pull_request ]
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint: