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:
Techno Tim 2024-01-28 14:42:28 -06:00 committed by GitHub
parent f6ba208b5c
commit 8dd3ffc825
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,16 @@ on:
- opened
- synchronize
paths-ignore:
- '**/README.md'
- '**/.gitignore'
- '**/FUNDING.yml'
- '**/host.ini'
- '**/*.md'
- '**/.editorconfig'
- '**/ansible.example.cfg'
- '**/deploy.sh'
- '**/LICENSE'
- '**/reboot.sh'
- '**/reset.sh'
jobs:
pre:
uses: ./.github/workflows/cache.yml