Skip to content

Commit

Permalink
ci: Change release please to run on tags push (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton authored Aug 1, 2024
1 parent cb68cef commit 1346357
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: CI - On Release

on:
workflow_dispatch:
release:
types: [released]
push:
tags:
- "zeta-icons-v[0-9]+.[0-9]+.[0-9]+*"

jobs:
publish:
Expand Down

0 comments on commit 1346357

Please sign in to comment.