Skip to content

Commit 40a56b0

Browse files
committed
refactor: remove build workflow, change to on pr
1 parent a9fe18a commit 40a56b0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yml renamed to .github/workflows/pr.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
on:
2-
push:
3-
tags:
4-
- "!v*"
2+
pull_request:
3+
types:
4+
- opened
5+
- reopened
6+
- synchronize
7+
- ready_for_review
58

69
jobs:
710
build:

0 commit comments

Comments
 (0)