Exclude README from builds

This commit is contained in:
Jafner 2021-09-30 11:28:42 -07:00
parent 349f45763d
commit 943ce616eb

View File

@ -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: