Skip to content
Snippets Groups Projects
Commit 520b0095 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix workflow; do not run CI if only md-files were changed

parent 2ebd92ad
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,12 @@ name: CI ...@@ -3,8 +3,12 @@ name: CI
on: on:
push: push:
branches: [ '**' ] branches: [ '**' ]
paths-ignore:
- '**.md'
pull_request: pull_request:
branches: [ master, release-* ] branches: [ master, release-* ]
paths-ignore:
- '**.md'
jobs: jobs:
basic-tests: basic-tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment