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:
parent
7e81f9500b
commit
41db60d07c
2
.github/workflows/snapshot_release.yml
vendored
2
.github/workflows/snapshot_release.yml
vendored
@ -4,6 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths:
|
||||||
|
- '!docs/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ui_tests:
|
ui_tests:
|
||||||
|
Loading…
Reference in New Issue
Block a user