Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
Add triggers for test coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DustTheory committed Sep 10, 2024
1 parent bc4b9bf commit 3651b26
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
name: Go test coverage check

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3651b26

Please sign in to comment.