Skip to content

Commit 43a77a3

Browse files
committed
Try for tags instead of releases.
1 parent 53dbd6d commit 43a77a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
branches: ["master"]
77
pull_request:
88
branches: ["master"]
9-
release:
10-
types: [published]
9+
tags:
10+
- "*"
1111

1212
jobs:
1313
tests:

0 commit comments

Comments
 (0)