fix(ci): Don't run CI for certain files (#433)
* fix(ci): Don't run CI for certain files * fix(ci): Don't run CI for certain files
This commit is contained in:
parent
f6ba208b5c
commit
8dd3ffc825
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -6,7 +6,16 @@ on:
|
|||||||
- opened
|
- opened
|
||||||
- synchronize
|
- synchronize
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**/README.md'
|
- '**/.gitignore'
|
||||||
|
- '**/FUNDING.yml'
|
||||||
|
- '**/host.ini'
|
||||||
|
- '**/*.md'
|
||||||
|
- '**/.editorconfig'
|
||||||
|
- '**/ansible.example.cfg'
|
||||||
|
- '**/deploy.sh'
|
||||||
|
- '**/LICENSE'
|
||||||
|
- '**/reboot.sh'
|
||||||
|
- '**/reset.sh'
|
||||||
jobs:
|
jobs:
|
||||||
pre:
|
pre:
|
||||||
uses: ./.github/workflows/cache.yml
|
uses: ./.github/workflows/cache.yml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user