8000 Support both master and main branch · graphql-python/graphql-ws@0c0abd1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c0abd1

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)
0