Skip to content

Commit

Permalink
Make CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Jan 19, 2024
1 parent 3d80eba commit 38d0cdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
test:
Expand All @@ -16,7 +16,7 @@ jobs:
otp: ['26.0', '25.3', '24.3']
runs-on: 'ubuntu-22.04'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp }}
Expand All @@ -33,7 +33,7 @@ jobs:
env:
OTP_RELEASE: ${{ matrix.otp }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp }}
Expand Down

0 comments on commit 38d0cdb

Please sign in to comment.