Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
zizdlp committed Oct 25, 2024
1 parent 73d43bd commit 78f44fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: BUILD_MAIN

on:
pull_request:
branches:
- main
push:
branches:
- main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_backend.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: TEST_BACKEND

on:
pull_request:
branches:
- main
push:
jobs:
test:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_frontend.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: TEST_FRONTEND

on:
pull_request:
branches:
- main
push:
jobs:
test:
Expand Down

0 comments on commit 78f44fa

Please sign in to comment.