Skip to content

Commit f17ebc8

Browse files
committed
Add pull_request trigger
1 parent a511aca commit f17ebc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Integration Testing"
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
multi-language-repo_test-autodetect-languages:

.github/workflows/lint-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Lint, Build & Test"
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
tslint:

0 commit comments

Comments
 (0)