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

Do not run CI if only md-files were changed

parent 8a68ea27
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,12 @@ name: CI
on:
push:
branches: [ '**' ]
paths-ignore:
- '**.md'
pull_request:
branches: [ master, simplesamlphp-* ]
paths-ignore:
- '**.md'
jobs:
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