Skip to content

Commit c122feb

Browse files
committed
Fix wrong branch in workflow file
1 parent c67c79f commit c122feb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on:
33
push:
44
branches:
5-
- '2.0'
5+
- main
66
pull_request:
77
branches:
8-
- '2.0'
8+
- main
99

1010
jobs:
1111

0 commit comments

Comments
 (0)