avoid builds and tests for non-code changes (#9392)
* avoid builds and tests for non-code changes * dummy test for workflow
This commit is contained in:
parent
bb60e02e96
commit
7206f488ab
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -4,10 +4,16 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- "*"
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'deploy/**'
|
||||
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'deploy/**'
|
||||
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
|
Loading…
Reference in a new issue