Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix test gh action
  • Loading branch information
rmorshea committed May 25, 2023
commit f1ac7a1fa79aee74cc8e091aaede58afcb43beeb
8 changes: 7 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Test

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

jobs:
coverage:
Expand Down