updated CI action trigger condition again

This commit is contained in:
Zero Fanker 2024-04-14 23:47:58 -04:00
parent fc1db7944f
commit 89417c2578

View file

@ -2,7 +2,12 @@ name: Basic verify
on:
pull_request:
branches: [ "main", "RN" ]
branches:
- "main"
- "RN"
types:
- opened
- synchronize
workflow_dispatch:
jobs: