fix(ci): run test action for pull requsts (#2445)

This commit is contained in:
Koy Zhuang 2024-05-29 19:19:32 +08:00 committed by GitHub
parent f5412dc7b0
commit 15ed3b76b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,11 @@
name: Build & Test
on: [push]
on:
push:
branches: [master, main, develop]
pull_request:
branches: [master, main, develop]
workflow_dispatch:
jobs:
lint: