Skip to content

Commit 32a4270

Browse files
authored
fix branch name in CI
1 parent 3e325d3 commit 32a4270

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
push:
55
branches:
6-
- master
6+
- main
77
jobs:
88
test:
99
runs-on: ubuntu-20.04
@@ -13,12 +13,10 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
- pair:
17-
elixir: 1.11
18-
otp: 21
19-
- pair:
20-
elixir: 1.17
21-
otp: 27
16+
- elixir: 1.11
17+
otp: 21
18+
- elixir: 1.17
19+
otp: 27
2220
lint: lint
2321
steps:
2422
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)