Commit 1033ec86 by Arun Babu Neelicattu

ci: skip builds for doc changes

parent 4769f72a
...@@ -2,10 +2,14 @@ name: Tests ...@@ -2,10 +2,14 @@ name: Tests
on: on:
push: push:
paths-ignore:
- 'docs/**'
branches: branches:
- master - master
- develop - develop
pull_request: pull_request:
paths-ignore:
- 'docs/**'
branches: branches:
- '**' - '**'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment