Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 079dd46

Browse files
committed
ci(review): trigger by go files state on push
1 parent dbb3f0a commit 079dd46

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/review.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Review
22
on:
33
push:
4-
branches:
5-
- master
6-
- v2
4+
paths:
5+
- '**.go'
76
pull_request:
87
branches:
98
- master

0 commit comments

Comments
 (0)