fix CI
This commit is contained in:
parent
213315cf93
commit
6510b3b5a8
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@ -1,11 +1,16 @@
|
|||||||
name: CI
|
name: CI
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
push:
|
||||||
secrets:
|
branches: [ main ]
|
||||||
SONAR_TOKEN:
|
pull_request:
|
||||||
required: true
|
types: [opened, synchronize, reopened]
|
||||||
SNYK_TOKEN:
|
paths-ignore:
|
||||||
required: true
|
- 'README.md'
|
||||||
|
- 'LICENSE.md'
|
||||||
|
- '.gitignore'
|
||||||
|
- 'CODEOWNERS'
|
||||||
|
- 'renovate.json'
|
||||||
|
- '.github/'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user