Skip to content

Commit 86fa67f

Browse files
committed
Fix triggers.
1 parent 352a9f5 commit 86fa67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: CI
33
on:
44
push:
55
branches: [main]
6+
tags: [v*]
67
pull_request:
78
branches: [main]
8-
tags: [v*]
99

1010
permissions:
1111
attestations: write

0 commit comments

Comments
 (0)