chore: update github action trigger

This commit is contained in:
Steven 2023-09-17 23:18:18 +08:00
parent cd0ea6558d
commit cc809a5c06
3 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,8 @@
name: Backend Test
on:
push:
branches: [main]
pull_request:
branches:
- main

View File

@ -1,6 +1,8 @@
name: Frontend Test
on:
push:
branches: [main]
pull_request:
branches:
- main

View File

@ -1,6 +1,8 @@
name: Proto linter
on:
push:
branches: [main]
pull_request:
branches:
- main