Skip to content

Commit

Permalink
no-release: Use OTP 24 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzploss-k authored Aug 9, 2021
1 parent e96e4a1 commit c4dd4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: OTP ${{matrix.otp}}
strategy:
matrix:
otp: [23.2]
otp: ["23.2", "24.0"]
steps:
- uses: actions/[email protected]
- uses: gleam-lang/[email protected]
Expand All @@ -24,7 +24,7 @@ jobs:
run: make eunit

release:
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'no-release:') == false
needs: build_and_test
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c4dd4a8

Please sign in to comment.