Skip to content

Commit 2a9cf43

Browse files
authored
Run on tags
1 parent 16c03cc commit 2a9cf43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: CI
22
on:
33
push:
4-
branches: [ "main" ]
4+
branches: ["main"]
5+
tags: ["*"]
56
workflow_dispatch:
67
jobs:
78
build:

0 commit comments

Comments
 (0)