Skip to content

Commit

Permalink
Merge pull request #12 from jcchavezs/fixes_publish_on_release
Browse files Browse the repository at this point in the history
chore: include tags in the CI to cover the release.
  • Loading branch information
jcchavezs authored Feb 23, 2024
2 parents f5a5429 + 9d32e7d commit b5e0a26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- "*"
paths-ignore:
- "**/*.md"
- "LICENSE"
Expand Down

0 comments on commit b5e0a26

Please sign in to comment.