mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Add pull_request trigger
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user