Skip to content

Commit b9784fe

Browse files
authored
Update 2 ekline.yml
1 parent 2272a22 commit b9784fe

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ekline.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
name: EkLine
22
on:
3-
push:
4-
branches:
5-
- master
6-
- main
73
pull_request:
4+
types: [labeled]
85
jobs:
96
test-pr-review:
10-
if: github.event_name == 'pull_request'
7+
if: contains(github.event.label.name, 'ekline')
118
name: runner / EkLine Reviewer (github-pr-review)
129
runs-on: ubuntu-latest
1310
steps:

0 commit comments

Comments
 (0)