Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hissssst committed Mar 30, 2024
1 parent d1ef365 commit 6fd561e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: CI Workflow

on:
pull_request:
branches: [ main ]
branches: [ master ]
push:
branches: [ main ]
branches: [ master ]

jobs:
test:
strategy:
matrix:
otp-version = ['26']
otp-version: ['26']
elixir-version: ['1.14', '1.15', '1.16']
name: CI
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6fd561e

Please sign in to comment.