Update workflows

This commit is contained in:
tobspr 2020-05-14 09:06:19 +02:00
parent 5dbce2c5d6
commit 0a1a129974
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: workflow
on: [push]
on: [push, pull_request]
jobs:
job:
runs-on: ubuntu-latest
@ -11,3 +11,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
pattern: "src/js/**/*.js"
config: "../../src/js/tslint.json"