Add pull_request trigger
This commit is contained in:
parent
a511aca9f1
commit
f17ebc80bd
2 changed files with 2 additions and 2 deletions
2
.github/workflows/integration-testing.yml
vendored
2
.github/workflows/integration-testing.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: "Integration Testing"
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
multi-language-repo_test-autodetect-languages:
|
||||
|
|
|
|||
2
.github/workflows/lint-build-test.yml
vendored
2
.github/workflows/lint-build-test.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: "Lint, Build & Test"
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
tslint:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue