Skip to content

Commit 9254c52

Browse files
Rename repolinter file (#17)
* Rename repolinter file Signed-off-by: Mark Matyas <[email protected]> * Update Gh Action triggers Signed-off-by: Mark Matyas <[email protected]>
1 parent 7a1d655 commit 9254c52

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: 'Validate master branch with Repolinter'
22

3-
on: [push]
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
48

59
jobs:
610
repolinter-action:
@@ -10,7 +14,3 @@ jobs:
1014
uses: actions/checkout@v2
1115
- name: 'Run Repolinter'
1216
uses: newrelic/repolinter-action@v1
13-
with:
14-
config_file: quic-newrelic-repolint.json
15-
# with:
16-
# config_url: https://raw.githubusercontent.com/craigez/license-text-normalizer-js/test_repolinter_action/quic-repolint.json
File renamed without changes.

0 commit comments

Comments
 (0)