Skip to content

Commit

Permalink
fix(ci): Run release workflow only on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
stv0g committed Jun 15, 2024
1 parent 1e0ed48 commit d6969d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
---
name: Release

on: [push, delete]
on:
push:
tags:
- 'v*'

jobs:
semver-tag:
Expand Down

0 comments on commit d6969d0

Please sign in to comment.