Skip to content

Commit

Permalink
add tags in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Sep 18, 2024
1 parent 8a9bc14 commit 510fc37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- v*.*.*
pull_request:
branches:
- master
Expand Down Expand Up @@ -94,7 +96,7 @@ jobs:
release:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
needs: test
needs: [test]
permissions:
id-token: write
attestations: write
Expand Down

0 comments on commit 510fc37

Please sign in to comment.