Skip to content

Commit 13a1b63

Browse files
committed
No need to build on release.
And loosen the tag filter, not sure why it wasn't building, is it a glob and not a regex, probably.
1 parent f1af0e4 commit 13a1b63

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ on:
55
branches:
66
- main
77
tags:
8-
- "v[0-9].*"
8+
- "v*"
99
pull_request:
10-
release:
11-
types: [published]
1210
schedule:
1311
# Daily at 6:33
1412
- cron: "33 6 * * *"

0 commit comments

Comments
 (0)