Prevent snapshot release when only docs push (#3527)

I "think" this is the right way to handle this to prevent unnecessary workflow runs such as this one:
https://github.com/OpenRefine/OpenRefine/actions/runs/515619980

when only a PR for docs is merged into master branch.
This commit is contained in:
Thad Guidry 2021-01-28 06:42:00 -06:00 committed by GitHub
parent 7e81f9500b
commit 41db60d07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- master
paths:
- '!docs/**'
jobs:
ui_tests: