mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
Update codesee-arch-diagram.yml
Run codesee only on `.go` files Signed-off-by: David Wertenteil <dwertent@armosec.io>
This commit is contained in:
13
.github/workflows/codesee-arch-diagram.yml
vendored
13
.github/workflows/codesee-arch-diagram.yml
vendored
@@ -1,11 +1,18 @@
|
||||
# This workflow was added by CodeSee. Learn more at https://codesee.io/
|
||||
# This is v2.0 of this workflow file
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened]
|
||||
paths-ignore:
|
||||
- '**.yaml'
|
||||
- '**.yml'
|
||||
- '**.md'
|
||||
- '**.sh'
|
||||
- 'website/*'
|
||||
- 'examples/*'
|
||||
- 'docs/*'
|
||||
- 'build/*'
|
||||
- '.github/*'
|
||||
|
||||
name: CodeSee
|
||||
|
||||
|
||||
Reference in New Issue
Block a user