Skip to content

Commit 2b1f332

Browse files
Fix workflow triggers (#227)
Run when a tag is created to build and publish the release.
1 parent 71b0d12 commit 2b1f332

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: ci
33
on:
44
push:
55
branches: [ main ]
6+
tags: [ '*' ]
67
paths-ignore:
78
- '**.md'
89
pull_request:

0 commit comments

Comments
 (0)