feat: add pr test

This commit is contained in:
sagitchu 2025-03-18 20:56:50 +08:00
parent 6cfa4c59f6
commit 69c0dcf280

View File

@ -12,6 +12,11 @@ name: CI
# would trigger our jobs twice on pull requests (once from "push" event and once
# from "pull_request->synchronize")
on:
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- 'main'