Skip to content

Commit 0b51bab

Browse files
authored
run EkLine by default (#98)
* run EkLine by default https://app.devrev.ai/devrev/works/ISS-114135 * correct content dir
1 parent 5d7f984 commit 0b51bab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ekline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: EkLine
22
on:
3+
push:
4+
branches:
5+
- main
36
pull_request:
4-
types: [labeled]
57
permissions: write-all
68
jobs:
79
test-pr-review:
8-
if: contains(github.event.label.name, 'EkLine')
10+
if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'No EkLine') == false
911
name: runner / EkLine Reviewer (github-pr-review)
1012
runs-on: ubuntu-latest
1113
steps:

0 commit comments

Comments
 (0)