Exclude README from builds
This commit is contained in:
parent
349f45763d
commit
943ce616eb
2
5etools-docker/.github/workflows/ci.yml
vendored
2
5etools-docker/.github/workflows/ci.yml
vendored
@ -10,11 +10,13 @@ on:
|
||||
paths-ignore: # don't run this workflow if no changes have been made to the docker image
|
||||
- '.github/**'
|
||||
- 'docker-compose.yml'
|
||||
- 'README.md'
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths-ignore: # don't run this workflow if no changes have been made to the docker image
|
||||
- '.github/**'
|
||||
- 'docker-compose.yml'
|
||||
- 'README.md'
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
Loading…
Reference in New Issue
Block a user