mirror of
https://github.com/usememos/memos.git
synced 2025-09-13 17:24:27 +08:00
chore: update github action trigger
This commit is contained in:
parent
cd0ea6558d
commit
cc809a5c06
3 changed files with 6 additions and 0 deletions
2
.github/workflows/backend-tests.yml
vendored
2
.github/workflows/backend-tests.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Backend Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
2
.github/workflows/frontend-tests.yml
vendored
2
.github/workflows/frontend-tests.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Frontend Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
2
.github/workflows/proto-linter.yml
vendored
2
.github/workflows/proto-linter.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Proto linter
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
Loading…
Add table
Reference in a new issue