Skip to content

Commit

Permalink
adding testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brycefrank committed Sep 26, 2024
1 parent 1239490 commit 5ba9fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
push:
branches: [main, master]
branches: [main, master, mongo_upsert]
pull_request:
branches: [main, master]
branches: [main, master, mongo_upsert]

name: test-coverage

Expand Down

0 comments on commit 5ba9fac

Please sign in to comment.