mirror of https://github.com/usememos/memos.git
chore: update github action trigger
This commit is contained in:
parent
cd0ea6558d
commit
cc809a5c06
|
|
@ -1,6 +1,8 @@
|
|||
name: Backend Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
name: Frontend Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
name: Proto linter
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
Loading…
Reference in New Issue