Skip to content

Commit

Permalink
chore: update github action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Sep 17, 2023
1 parent cd0ea65 commit cc809a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Backend Test

on:
push:
branches: [main]
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/frontend-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Frontend Test

on:
push:
branches: [main]
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/proto-linter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Proto linter

on:
push:
branches: [main]
pull_request:
branches:
- main
Expand Down

0 comments on commit cc809a5

Please sign in to comment.