Skip to content

Commit 88faaaa

Browse files
committed
Run actions when tags are pushed
1 parent de21c18 commit 88faaaa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: "CI"
22
on:
33
push:
44
branches:
5-
- main
5+
- 'main'
6+
tags:
7+
- '*'
68
pull_request:
79
jobs:
810
lint:

0 commit comments

Comments
 (0)