Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 737ae98

Browse files
authored
Run Github actions on release published (#321)
1 parent 7996424 commit 737ae98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
branches: ['*']
66
push:
77
branches: ['master']
8-
tags: ['v*']
8+
release:
9+
types:
10+
- published
911

1012
jobs:
1113
build:

0 commit comments

Comments
 (0)