Skip to content

Commit feb474a

Browse files
authored
Setup the github actions workflow to target the "main" branch. (#938)
1 parent 350775f commit feb474a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Run Tests
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010

1111
workflow_dispatch:
1212

0 commit comments

Comments
 (0)