Merge pull request #818 from voidking/dev

chore: trigger unittest by push
This commit is contained in:
garylin2099 2024-02-01 14:30:45 +08:00 committed by GitHub
commit 669b699432
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,11 @@ name: Auto Unit Tests
on:
pull_request_target:
push:
branches:
- 'main'
- 'dev'
- '*-release'
jobs:
build:

View file

@ -5,6 +5,9 @@ on:
pull_request_target:
push:
branches:
- 'main'
- 'dev'
- '*-release'
- '*-debugger'
jobs: