Skip to content

Commit

Permalink
fix branch name in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE authored Jul 11, 2024
1 parent 3e325d3 commit 32a4270
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- master
- main
jobs:
test:
runs-on: ubuntu-20.04
Expand All @@ -13,12 +13,10 @@ jobs:
fail-fast: false
matrix:
include:
- pair:
elixir: 1.11
otp: 21
- pair:
elixir: 1.17
otp: 27
- elixir: 1.11
otp: 21
- elixir: 1.17
otp: 27
lint: lint
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 32a4270

Please sign in to comment.