tests ignore script and readme
This commit is contained in:
parent
dd4d156229
commit
8e0bb78527
1 changed files with 5 additions and 1 deletions
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
|
|
@ -1,5 +1,9 @@
|
|||
name: Docker Compose Actions Workflow
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'scripts/**'
|
||||
- 'README.md'
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue