Skip to content

Commit

Permalink
chore: CI: Auto-publish all semver tags
Browse files Browse the repository at this point in the history
  • Loading branch information
filippos47 committed Oct 24, 2024
1 parent 922e168 commit 3aa0d81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: publish

on:
workflow_dispatch:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
lint_test:
Expand Down

0 comments on commit 3aa0d81

Please sign in to comment.