tests ignore script and readme

This commit is contained in:
shocknet-justin 2025-11-26 17:08:10 -05:00
parent dd4d156229
commit 8e0bb78527

View file

@ -1,5 +1,9 @@
name: Docker Compose Actions Workflow name: Docker Compose Actions Workflow
on: push on:
push:
paths-ignore:
- 'scripts/**'
- 'README.md'
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest