workflows: Ignore changes to docs for actions

This commit is contained in:
Valentin Tolmer 2021-11-29 09:38:51 +01:00 committed by nitnelave
parent 2bbfacf755
commit 842afac7dd
3 changed files with 6 additions and 1 deletions

View File

@ -16,6 +16,11 @@ app/pkg/*
Dockerfile
.dockerignore
# Don't track docs
README.md
LICENSE
docs/*
# Various config files that shouldn't be tracked
lldap_config.toml
server_key

View File

@ -23,7 +23,7 @@ jobs:
# All of these options are optional, so you can remove them if you are happy with the defaults
concurrent_skipping: 'never'
skip_after_successful_duplicate: 'true'
paths_ignore: '["**/README.md"]'
paths_ignore: '["**/README.md", "**/docs/**"]'
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
test:
name: cargo test