Skip to content

Commit 45c970c

Browse files
committedMar 11, 2023
fix: workflow condition
1 parent a7f9fe3 commit 45c970c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build release
22

33
on:
4-
- push
5-
- pull_request
6-
- release:
4+
push:
5+
pull_request:
6+
release:
77
types:
88
- published
99

0 commit comments

Comments
 (0)
Please sign in to comment.