Skip to content

Commit

Permalink
Add pull_request trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
David Verdeguer committed May 12, 2020
1 parent a511aca commit f17ebc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Integration Testing"

on: [push]
on: [push, pull_request]

jobs:
multi-language-repo_test-autodetect-languages:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-build-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Lint, Build & Test"

on: [push]
on: [push, pull_request]

jobs:
tslint:
Expand Down

0 comments on commit f17ebc8

Please sign in to comment.