Skip to content

Commit 25b9cbe

Browse files
author
Daniel Sullivan
committed
fix: workflow should trigger on PRs to master branch
1 parent ba1dd67 commit 25b9cbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Tests & Coverage
22

33
on:
44
pull_request:
5-
branches: [ main, develop ]
5+
branches: [ master, main, develop ]
66

77
jobs:
88
tests:

0 commit comments

Comments
 (0)