Skip to content

Commit a356a2c

Browse files
authored
Update ci.yaml
We missed test coverage for the new 2.x branch
1 parent f0ae22e commit a356a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: CI
44
on:
55
# Triggers the workflow on push or pull request events but only for the main branch
66
push:
7-
branches: [main]
7+
branches: [main, 2.x]
88
pull_request:
9-
branches: [main]
9+
branches: [main, 2.x]
1010

1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:

0 commit comments

Comments
 (0)