Skip to content

Commit 0c0abd1

Browse files
committed
Support both master and main branch
1 parent e651c95 commit 0c0abd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, master]
66
tags:
77
- v[0-9]+.[0-9]+.[0-9]+
88
pull_request:
9-
branches: [main]
9+
branches: [main, master]
1010

1111
jobs:
1212
test:

0 commit comments

Comments
 (0)