mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
cicd: run tests on ready to review PRs
This commit is contained in:
parent
e783d8848d
commit
30dc31ff53
5
.github/workflows/CICD.yml
vendored
5
.github/workflows/CICD.yml
vendored
|
|
@ -3,6 +3,11 @@ name: CICD
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
- ready_for_review
|
||||
push:
|
||||
branches-ignore:
|
||||
- release/v*
|
||||
|
|
|
|||
Loading…
Reference in a new issue