Skip to content

Commit

Permalink
fix: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
saraburns1 committed Jun 5, 2024
1 parent fcc9116 commit 3eb6b00
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/code_coverage_fork.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Code Coverage Fork

on: pull_request_target
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize

jobs:
run_tests:
Expand Down

0 comments on commit 3eb6b00

Please sign in to comment.