Skip to content

Commit c51cfc4

Browse files
authored
Merge pull request #12 from dschenck/dschenck-patch-1
Update testing.yml
2 parents bd72719 + 0ce39e8 commit c51cfc4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ name: Run tests and coverage
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
11+
workflow_dispatch:
1112

1213
jobs:
1314
build:

0 commit comments

Comments
 (0)