mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Go: trigger CI jobs on Go related changes only
This commit is contained in:
6
.github/workflows/go-tests.yml
vendored
6
.github/workflows/go-tests.yml
vendored
@@ -1,5 +1,9 @@
|
||||
name: "Go: Run Tests"
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "go/**"
|
||||
- .github/workflows/go-tests.yml
|
||||
jobs:
|
||||
|
||||
test-linux:
|
||||
|
||||
Reference in New Issue
Block a user