Skip to content

Commit

Permalink
feat(ci): enable tag building
Browse files Browse the repository at this point in the history
  • Loading branch information
blanxii committed Sep 23, 2024
1 parent eda4dd7 commit e12ff29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: Build, Deploy to GitHub pages, Release npm package
needs: [test, visual-test]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' # Trigger release process only on main
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit e12ff29

Please sign in to comment.