Skip to content

Commit

Permalink
Improve ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onurozgurozkan committed Jun 24, 2024
1 parent 0698b44 commit 9ff3f6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
- 'v*'
tags:
- '*'
- ['[0-9].[0-9]+.[0-9]+']

jobs:
mix_test:
Expand Down Expand Up @@ -52,6 +52,7 @@ jobs:
- run: mix test
publish:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Check out
uses: actions/checkout@v3
Expand Down

0 comments on commit 9ff3f6d

Please sign in to comment.